fips 140-2 support #225
Replies: 1 comment
-
Hi, Thank you for discovering this library. Fips 140 is needed for application/libraries which actually implements cryptographic algorithms. This library is not implementing cryptographic algorithms. It provides convenient methods for constructing objects like TrustManager, KeyManager SSLContext etc. The actual implementation of cryptographic algorithms is provided by the JDK itself when you just use this library alogside with the JDK. So Fips 140-2 is not applicable for this library. What I would suggest is to use a fips validated provider, for example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been looking for X509 support with pem files and I ran across your project. The only piece I'm now missing is fips 140-2 support. Is there a way to leverage your library along with fips? I do not see anything referring to fips support.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions