-
Bug
-
Resolution: Duplicate
-
P4
-
7u25
Look at:
http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf
and then compare to the values on page 62.
closed/sun/security/provider/SecureRandom/Fips.java
Performing the Runs Test...
Length Zero One Range
1 2546 2531 2343 - 2657
2 1278 1225 1135 - 1365
3 646 610 542 - 708
4 248 319 251 - 373
5 162 173 111 - 201
Test failed.
Also, this test (and the SeedGenerator equivalent) should be updated to test all of the SecureRandom implementations. Right now, only the System default is tested. (e.g. new SecureRandom())
http://csrc.nist.gov/publications/fips/fips140-2/fips1402.pdf
and then compare to the values on page 62.
closed/sun/security/provider/SecureRandom/Fips.java
Performing the Runs Test...
Length Zero One Range
1 2546 2531 2343 - 2657
2 1278 1225 1135 - 1365
3 646 610 542 - 708
4 248 319 251 - 373
5 162 173 111 - 201
Test failed.
Also, this test (and the SeedGenerator equivalent) should be updated to test all of the SecureRandom implementations. Right now, only the System default is tested. (e.g. new SecureRandom())
- relates to
-
JDK-6526597 JCK test SecureRandom2015 failed on provider "SunMSCAPI" and algorithm "Windows-PRNG"
-
- Closed
-