Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b113
-
x86
-
linux
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8188737 | 7u181 | Ivan Gerasimov | P3 | Resolved | Fixed | master |
JDK-8171438 | 7u171 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8186582 | 7u161 | Ivan Gerasimov | P3 | Resolved | Fixed | b10 |
JDK-8194019 | openjdk7u | Valerie Peng | P3 | Resolved | Fixed | master |
Description
When I do interoperability testing for 2048 bit DH key on solaris, I find "Sunpkcs11-solaris" doesn't allow DH key larger than 1024:
Test case failed with unexpected exception: Key size must be a multiple of 64 and at most 1024 bit
Valerie:
the 1024-bit check in SunPKCS11 provider should be removed since we do have default parameter values for 2048-bit DH now.
Test case failed with unexpected exception: Key size must be a multiple of 64 and at most 1024 bit
Valerie:
the 1024-bit check in SunPKCS11 provider should be removed since we do have default parameter values for 2048-bit DH now.
Attachments
Issue Links
- backported by
-
JDK-8171438 PKCS11 provider should support 2048-bit DH
- Resolved
-
JDK-8186582 PKCS11 provider should support 2048-bit DH
- Resolved
-
JDK-8188737 PKCS11 provider should support 2048-bit DH
- Resolved
-
JDK-8194019 PKCS11 provider should support 2048-bit DH
- Resolved
- relates to
-
JDK-8062834 Allow DHKeyPair generation for bit lengths > 1024 in 6u, 7u
- Resolved
-
JDK-8191175 P11KeyPairGenerator throws ProviderException instead of InvalidParameterException with unsupported keysize
- Resolved
(1 relates to)