Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cryptomb: add support for PKCS #1 1.5 RSA padding. #21286

Merged
merged 3 commits into from
May 16, 2022

Conversation

ipuustin
Copy link
Member

Commit Message:

cryptomb: add support for PKCS #1 1.5 RSA padding.

Additional Description:

Add support for PKCS #1 1.5 RSA padding to cryptomb according to RFC 8017. Also add some tests for both PKCS #1 1.5 and RSA-PSS padding schemes.

Risk Level: low
Testing: Unit tests, also tests in #21198
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: Requires Intel 3rd generation Xeon Scalable server processor for the AVX-512 IFMA instruction set.
Fixes #21198

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
@ipuustin
Copy link
Member Author

/cc @rojkov @VillePihlava @Lynskylate

@mattklein123 mattklein123 self-assigned this May 13, 2022
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
@mattklein123 mattklein123 merged commit 9476543 into envoyproxy:main May 16, 2022
ravenblackx pushed a commit to ravenblackx/envoy that referenced this pull request Jun 8, 2022
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cryptomb: ssl handleshake always failed in tlsv1.2
2 participants