Skip to content

Conversation

@SalusaSecondus
Copy link
Contributor

This is to fix #56

I have manually verified that all existing tests pass as well as manual verification that a logged warning appears if and only if an unsupported algorithm is used with JceMasterKey.

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

}

private static class Rsa extends JceMasterKey {
private static final Pattern SUPPORTED_TRANSFORMATIONS =
Copy link
Contributor

Choose a reason for hiding this comment

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

It might be nice to have some kind of test coverage for this in general in the future to make sure we warn / don't warn as intended

@SalusaSecondus SalusaSecondus merged commit 90ba324 into aws:master Jul 23, 2018
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.

Define constraints on JceMasterKey RSA wrapping algorithms

3 participants