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

Integrating FIPS-Compliant Libraries with OpenSAML #1593

Open
sumeetpri opened this issue Feb 28, 2024 · 0 comments
Open

Integrating FIPS-Compliant Libraries with OpenSAML #1593

sumeetpri opened this issue Feb 28, 2024 · 0 comments

Comments

@sumeetpri
Copy link

Hello Team,

I'm currently using spring security 6.2 which internally uses OpenSAML 4.3 Java library to handle the SAML assertion received from the IDP. However, I've encountered an issue where OpenSAML relies on the bcprov-jdk18on library, which is not compliant with FIPS standards. To align with my project's requirements for FIPS-compliant libraries, I integrated bc-fips version 1.0.2.4. However, this change has led to numerous "class not found" errors, and the system is not functioning correctly. Could you advise on how to effectively use bc-fips with OpenSAML? Additionally, is it possible for bcprov and bc-fips to coexist within the same JVM environment?

Does bc-fips have all implementation of bcprov ? In what case we can assume bc-fips work as a replacement of bcprov?

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

No branches or pull requests

1 participant