Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The OpensslRandom class silently falls back to using the Java implementation if the native code is loaded but the nextRandBytes method fails.
This seems wrong as it can cause unexpected results and mask problems.
The corresponding OpensslCipher class does not fall back to JCE.