-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
-
None
-
b36
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8193654 | 11 | Weijun Wang | P4 | Resolved | Fixed | team |
| JDK-8266641 | 8u321 | Prasadarao Koppula | P4 | Resolved | Fixed | b02 |
keytool -storepasswd can change storepass of a keystore. Since a pkcs12 keystore should always have the same storepass and keypass, the -storepasswd command should change both at the same time. Currently, this command is a no-op because -new is always ignored.
Workaround: use -importkeystore with the same new -deststorepass and -destkeypass.
Workaround: use -importkeystore with the same new -deststorepass and -destkeypass.
- backported by
-
JDK-8193654 keytool should support -storepasswd for pkcs12 keystores
-
- Resolved
-
-
JDK-8266641 keytool should support -storepasswd for pkcs12 keystores
-
- Resolved
-