JDK-4305583 : Need support for CRL Distribution Points extension
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 1.2.2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-01-19
  • Updated: 2002-10-29
  • Resolved: 2002-10-29
Related Reports
Duplicate :  
Description
The sun.security.x509 package needs to support the PKIX recommended
CRL Distribution Points extension (PKIX=IETF RFC 2459).

Comments
WORK AROUND No work-around other than writing ones own class.
11-06-2004

SUGGESTED FIX 1. Add sun.security.x509.CRLDistributionPointsExtension class 2. Add sun.security.x509.DistributionPoint class 3. Add CRL Distribution Points extension OID to sun.security.x509.OIDMap 4. Break out class RDN from sun.security.x509.X500Name New files and diffs in attachments
11-06-2004

PUBLIC COMMENTS The sun.security.x509 package needs to support the PKIX-recommended CRL Distribution Points extension.
10-06-2004

EVALUATION Planned for Tiger. ###@###.### 2002-09-24 To simplify things, I am marking this as a duplicate of 4755970, which adds basic CRLDP support to our PKIX implementation and incorporates the changes discussed here. We will add more complete CRLDP support in the future under a new RFE. ###@###.### 2002-10-29
29-10-2002