-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b120
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030314 | 8u5 | Valerie Peng | P3 | Resolved | Fixed | b01 |
This test was pushed as part of
Even when fixed, the test still fails on Ubuntu 12.04 with:
Beginning test run TestDSAKeyLength...
Running test with provider SunPKCS11-NSS...
Exception in thread "main" java.lang.Exception: Test Failed - expected IKE not thrown
at TestDSAKeyLength.main(TestDSAKeyLength.java:64)
at PKCS11Test.premain(PKCS11Test.java:79)
at PKCS11Test.testNSS(PKCS11Test.java:357)
at PKCS11Test.main(PKCS11Test.java:89)
at TestDSAKeyLength.main(TestDSAKeyLength.java:39)
- backported by
-
JDK-8030314 sun/security/pkcs11/Signature/TestDSAKeyLength.java does not compile (or run)
- Resolved
- relates to
-
JDK-7200306 SunPKCS11 provider delays the check of DSA key size for SHA1withDSA to sign() instead of init()
- Resolved