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

Remove use of BouncyCastle from JceMasterKey #128

Merged
merged 1 commit into from
Oct 8, 2019
Merged

Remove use of BouncyCastle from JceMasterKey #128

merged 1 commit into from
Oct 8, 2019

Conversation

SalusaSecondus
Copy link
Contributor

Issue #, if available: #41

Description of changes:

Removes explicit use of BouncyCastle from the JceMasterKey. The concern and complexity here is that the default Java provider implements RSA-OAEP in an incompatible way. By using OAEPParameterSpec explicitly, we can work around the incompatibility in all cases.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Copy link
Member

@mattsb42-aws mattsb42-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SalusaSecondus SalusaSecondus merged commit cbbcb1c into aws:master Oct 8, 2019
@SalusaSecondus SalusaSecondus deleted the jce-bb branch October 8, 2019 22:11
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.

2 participants