-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
-
None
-
None
The current key manager is SunX509, which is configured in the java.security. The SunX509 algorithm does not check of the local certificate, and there are known problems if there are multiple certificates in the local key store (see JDK-8199440). The PKIX algorithm should be preferred now so that the default key manager could be more robust.
java.security:
- ssl.KeyManagerFactory.algorithm=SunX509
+ ssl.KeyManagerFactory.algorithm=PKIX
java.security:
- ssl.KeyManagerFactory.algorithm=SunX509
+ ssl.KeyManagerFactory.algorithm=PKIX
- blocks
-
JDK-8136720 The PKIX KeyManagerFactory algorithm is underspecified
- Open
- relates to
-
JDK-8199440 JDK selects wrong certificate during two-way SSL handshake
- Closed
-
JDK-8322767 TLS full handshake is slow with PKCS12KeyStore and X509KeyManagerImpl
- Open