-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b75
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8190244 | 7u181 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8189964 | 7u171 | Ivan Gerasimov | P3 | Resolved | Fixed | b07 |
JDK-8194000 | openjdk7u | Vincent Ryan | P3 | Resolved | Fixed | master |
Keystore entries require an alias value. For PKCS12 keystores this value is derived form the friendlyName attribute. In cases where that optional attribute is not present, the keystore must generate an alias value.
Alias values should not be generated for the certificates that are associated with a private key. They should
only be generated for private key entries, secret key entries and trusted certificate entries.
Alias values should not be generated for the certificates that are associated with a private key. They should
only be generated for private key entries, secret key entries and trusted certificate entries.
- backported by
-
JDK-8189964 PKCS12 test failure due to incorrect alias name
- Resolved
-
JDK-8190244 PKCS12 test failure due to incorrect alias name
- Resolved
-
JDK-8194000 PKCS12 test failure due to incorrect alias name
- Resolved