-
Bug
-
Resolution: Fixed
-
P4
-
8u171
-
b01
-
x86
-
solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8197374 | 8u192 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8195544 | 8u172 | Sean Coffey | P4 | Resolved | Fixed | b03 |
JDK-8191253 | 8u162 | Sean Coffey | P4 | Resolved | Fixed | b07 |
JDK-8191191 | 8u161 | Sean Coffey | P4 | Resolved | Fixed | b07 |
JDK-8198152 | emb-8u171 | Sean Coffey | P4 | Resolved | Fixed | b01 |
JDK-8194198 | emb-8u161 | Sean Coffey | P4 | Resolved | Fixed | b07 |
JDK-8200045 | openjdk7u | Sean Coffey | P4 | Resolved | Fixed | master |
Beginning test run TestDH2048...
Running test with provider SunPKCS11-Solaris...
4096-bit DH key pair generation: java.security.InvalidParameterException: DH key must be at most 4096 bits. The specific key size 6144 is not supported
STDERR:
java.security.InvalidParameterException: DH key must be at most 4096 bits. The specific key size 6144 is not supported
at sun.security.pkcs11.P11KeyPairGenerator.initialize(P11KeyPairGenerator.java:150)
at java.security.KeyPairGenerator$Delegate.initialize(KeyPairGenerator.java:640)
at java.security.KeyPairGenerator.initialize(KeyPairGenerator.java:351)
at TestDH2048.main(TestDH2048.java:78)
at PKCS11Test.premain(PKCS11Test.java:88)
at PKCS11Test.testDefault(PKCS11Test.java:149)
at PKCS11Test.main(PKCS11Test.java:97)
at TestDH2048.main(TestDH2048.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(Thread.java:748)
- backported by
-
JDK-8191191 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8191253 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8194198 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8195544 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8197374 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8198152 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
-
JDK-8200045 [TEST_BUG] sun/security/pkcs11/KeyPairGenerator/TestDH2048.java fails on Solaris x64 5.10
- Resolved
- relates to
-
JDK-8072452 Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
- Closed