JDK-8079107 : Update TestKeyPairGenerator.java to use random number generator library
  • Type: Bug
  • Component: security-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-04-30
  • Updated: 2025-01-08
  • Resolved: 2015-04-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u451Fixed 9 b63Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The test

    test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java

has been observed to intermittently fail (JDK-8078880) and is known to use randomness in its operation (JDK-8078334). To track down whether or not the two conditions are related, TestKeyPairGenerator.java should be updated to use the random number library in the jdk regression tests (JDK-8078672).

Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/8f8e3374c1bc User: lana Date: 2015-05-06 20:09:00 +0000
06-05-2015

URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/8f8e3374c1bc User: darcy Date: 2015-04-30 23:52:05 +0000
30-04-2015

Review thread: http://mail.openjdk.java.net/pipermail/security-dev/2015-April/012078.html
30-04-2015