JDK-4874770 : API support for indirect CRLs
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 1.4.2,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2003-06-05
  • Updated: 2017-05-16
  • Resolved: 2003-09-11
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.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Description
The class java.security.cert.X509CRL currently includes a method getRevokedCertificate(BigInteger serialNumber) to obtain the X509CRLEntry associated with that certificate. However, in the case of indirect CRLs the serial number does not uniquely identify a certificate.

A method getRevokedCertificate(X509Certificate) should be added.

===
A corresponding method getCertificateIssuer() should be added to X509CRLEntry as well.

Changing synopsis to reflect that.

###@###.### 2003-08-22

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b20
14-06-2004

EVALUATION Will file CCC. ###@###.### 2003-06-05
05-06-2003