bc v1.0.2.4 FIPS failing with java 8 for AIX #1574
Unanswered
Sicarius07
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is an issue with BigInteger construction on the IBM JVM. We currently have an update in process to deal with this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using bc-fips for encrypting/decrypting a script file. Encryption/decryption was working fine with bc-fips v1.0.2.3
But with v1.0.2.4 getting error while encryption or decryption.
Can someone please help me with this?
Actually I am getting error while adding BC-FIPS provider instance (BouncyCastleFipsProvider) to Java Security
Security.addProvider(new BouncyCastleFipsProvider());
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions