Using FIPS 140-2 compliant JSSE and JCE
I need to incorporate in our product (We are using jdk 1.5.) a FIPS 140-2 certified JSSE and JCE.
I have so far tried the following:
a. Downloaded IBM's FIPS compliant jars - running them I got an exception from the Sun code, saying that the JCE is using a cipher suite that is not exportable.
b. Downloaded RSA's BSAFE - I managed to get to the point that I have an SSLContext but when trying to connect to the server it threw an null pointer exception in com.rsa.ssl.tls1.SSLJav.a
Any help would be greatly appreciated.
I'll be glad to hear from anyone out there that managed (or tried and failed) to use any FIPS 140-2 compliant JCE and JSSE with jdk1.5.
Thanks,
Gaddy