-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
master
Effectively there should be only 2 differences between 2 key managers:
- PKIX supports multiple key stores through KeyStore.Builder interface while SunX509 supports only a single keystore.
- SunX509 caches its whole key store on initialization thus improving performance. This means that subsequent modifications of the KeyStore have no effect on SunX509 KM, unlike PKIX .
- causes
-
JDK-8364484 misc tests fail with Received fatal alert: handshake_failure
-
- Resolved
-
-
JDK-8364495 [TESTBUG] test/jdk/javax/management/security/SecurityTest.java after JDK-8359956
-
- Closed
-
- csr for
-
JDK-8360289 Support algorithm constraints and certificate checks in SunX509 key manager
-
- Closed
-
- duplicates
-
JDK-8353113 Peer supported certificate signature algorithms are not being checked with default SunX509 key manager
-
- Closed
-
-
JDK-8272875 Change the default key manager to PKIX
-
- Closed
-
-
JDK-8170706 Support algorithm constraints in SunX509 key manager
-
- Closed
-
-
JDK-8359069 Support certificate checks in SunX509 key manager
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/e544cd99
-
Review(master) openjdk/jdk/25016