-
Enhancement
-
Resolution: Fixed
-
P5
-
8
-
b28
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8190558 | 7u181 | Ivan Gerasimov | P5 | Resolved | Fixed | b01 |
JDK-8189392 | 7u171 | Ivan Gerasimov | P5 | Resolved | Fixed | b07 |
JDK-8193991 | openjdk7u | Weijun Wang | P5 | Resolved | Fixed | master |
The keytool -printcrl command tries to verify the input CRL file using a cert in cacerts for the specified keystore (or ~/.keystore is not specified). If no cert can be found that signs the CRL, it would print out
WARNING: not verified. Make sure -keystore and -alias are correct.
This is not entirely correct, because -alias is not used here.
This code change involves new localized string entry in sun/security/Resources.java.
WARNING: not verified. Make sure -keystore and -alias are correct.
This is not entirely correct, because -alias is not used here.
This code change involves new localized string entry in sun/security/Resources.java.
- backported by
-
JDK-8189392 clarification on warning of keytool -printcrl
- Resolved
-
JDK-8190558 clarification on warning of keytool -printcrl
- Resolved
-
JDK-8193991 clarification on warning of keytool -printcrl
- Resolved
- relates to
-
JDK-8181737 Support secret keys and trusted certs in PKCS12 keystore
- Resolved