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

Avoid using RSA_blinding_off_temp_for_accp_compatibility #389

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

amirhosv
Copy link
Contributor

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@amirhosv amirhosv marked this pull request as ready for review June 29, 2024 01:32
@amirhosv amirhosv requested a review from a team as a code owner June 29, 2024 01:32
@amirhosv amirhosv force-pushed the rsa branch 2 times, most recently from e5177e4 to 21ad76b Compare July 3, 2024 18:58
geedo0
geedo0 previously approved these changes Jul 12, 2024
csrc/bn.h Outdated Show resolved Hide resolved
csrc/java_evp_keys.cpp Outdated Show resolved Hide resolved
+ RSA_blinding_off_temp_for_accp_compatibility is deprecated and for
  non-FIPS builds, RSA_new_private_key_no_e must be used to create
  private RSA keys that do not have public exponent:
  https://github.com/aws/aws-lc/blob/v1.30.1/include/openssl/rsa.h#L648
csrc/bn.cpp Show resolved Hide resolved
csrc/keyutils.cpp Show resolved Hide resolved
@amirhosv amirhosv merged commit a71a758 into corretto:main Jul 23, 2024
10 checks passed
@amirhosv amirhosv deleted the rsa branch July 23, 2024 20:08
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.

3 participants