JDK-7147336 : clarification on warning of keytool -printcrl
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-02-21
  • Updated: 2017-12-21
  • Resolved: 2012-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u171Fixed 8 b28Fixed openjdk7uFixed
Related Reports
Relates :  
Description
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.

Comments
JDK 8 changeset: http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/b739dd7ce59c
16-10-2017

EVALUATION http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b739dd7ce59c
21-02-2012