JDK-6637288 : Add OCSP support to PKIX CertPathBuilder implementation
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2007-12-04
  • Updated: 2017-12-21
  • Resolved: 2012-06-12
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 8 Other
8 b43Fixed openjdk7uFixed
Related Reports
Relates :  
Description
We currently support OCSP for revocation checking in our PKIX CertPathValidator
implementation.

We should also add OCSP support to our PKIX CertPathBuilder implementation.

Comments
Verified using test CertPath/jep124/OCSPCertPathBuilder on build: java version "1.8.0-ea" Java(TM) SE Runtime Environment (build 1.8.0-ea-b91) Java HotSpot(TM) 64-Bit Server VM (build 25.0-b33, mixed mode)
29-05-2013

EVALUATION This was fixed as part of the JEP 124 implementation (see CR 6854712).
31-05-2012