-
Bug
-
Resolution: Fixed
-
P2
-
9, 10
-
b41
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8196646 | 11 | Sean Mullan | P2 | Resolved | Fixed | b01 |
JDK-8197761 | 10u-cpu | Sean Mullan | P2 | Resolved | Fixed | master |
JDK-8200934 | 10.0.2 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8195958 | 10.0.1 | Sean Mullan | P2 | Resolved | Fixed | b01 |
Please see the simple “ready-to-run” test case that I tested with JDK 10 b36 which still does not throw IOException with custom LoadStoreParameter when given a wrong password.
Please place the java file and the jck_keystore.pkcs12 keystore in a directory, go to the directory , compile the java file and
• Run “java -cp . KeyStoreCustomLoadParamBug . load” it will not throw IOException
• Run “java -cp . KeyStoreCustomLoadParamBug . noload” it will throw IOException
Test case throws “IOException” without a LoadStoreParameter as expected however it does not throw IOException with custom LoadStoreParameter
- backported by
-
JDK-8195958 KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
- Resolved
-
JDK-8196646 KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
- Resolved
-
JDK-8197761 KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
- Resolved
-
JDK-8200934 KeyStore#getInstance with custom LoadStoreParameter succeeds with invalid password
- Resolved
- relates to
-
JDK-8130850 Support loading a keystore with a custom KeyStore.LoadStoreParameter class
- Closed
-
JDK-8044445 JEP 229: Create PKCS12 Keystores by Default
- Closed
-
JDK-8207318 KeyStore#getInstance(File, LoadStoreParameter) does not load the keystore
- Closed