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

Refactor BouncyCastleProvider to BouncyCastleFipsProvider #2693

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

strehle
Copy link
Member

@strehle strehle commented Jan 27, 2024

Solves issue #2230

Replaced BC libraries towards https://www.bouncycastle.org/fips-java/, e.g.
https://www.bouncycastle.org/fips_faq.html

Some refactoring's were needed, used the BC cookbook, e.g.
https://downloads.bouncycastle.org/fips-java/BC-FJA-UserGuide-1.0.2.pdf

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/186927532

The labels on this github issue will be updated when the story is started.

@strehle strehle linked an issue Jan 27, 2024 that may be closed by this pull request
@strehle strehle requested review from Tallicia, hsinn0 and a team January 27, 2024 16:00
@peterhaochen47
Copy link
Member

Thanks & makes sense! Just to confirm, this change wouldn't introduce any breaking changes right (e.g. like changes in any publicly exposed keys like the token keys that would impact UAA clients)?

@strehle
Copy link
Member Author

strehle commented Jan 30, 2024

Thanks & makes sense! Just to confirm, this change wouldn't introduce any breaking changes right (e.g. like changes in any publicly exposed keys like the token keys that would impact UAA clients)?

correct, no breaking change.

@strehle strehle merged commit 7fb5c56 into develop Jan 31, 2024
20 checks passed
@strehle strehle deleted the refactor/fipsLibrary branch January 31, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Support FIPS compliant BC
3 participants