-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Check if BouncyCastle provider is set #1798
Check if BouncyCastle provider is set #1798
Conversation
Can one of the admins verify this patch? |
ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code change looks good, but I prefer to not change the optional flag in the BC dependency, unless there is a strong reason to do so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, can you squash both commits into a single one? Thanks!
8452212
to
32ff65b
Compare
Done! |
Ah almost forgot, one last thing: Can you add an entry to the CHANGELOG.md file with this change? |
32ff65b
to
8ab0819
Compare
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
[merge] |
bcpkix-jdk15on have only 400kb instead of 4.5MB from bcprov-ext-jdk15on
With this check we can take advantage of a BouncyCastleProvider that is already set (for example by the jenkins plugin bouncycastle-api)