-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117451 | 6 | Vincent Ryan | P2 | Resolved | Fixed | mustang |
In J2SE v 1.5, the revocation status of a public key certificate can be
checked by means of OCSP (RFC 2560). The certificate being checked may
be pre-configured to use a particular OCSP Responder. The responder is
identified by a URL in the certificate's AuthorityInfoAccess (AIA)
extension. That AIA extension is currently being ignored. The result
is that pre-configured certificates cannot be checked correctly.
checked by means of OCSP (RFC 2560). The certificate being checked may
be pre-configured to use a particular OCSP Responder. The responder is
identified by a URL in the certificate's AuthorityInfoAccess (AIA)
extension. That AIA extension is currently being ignored. The result
is that pre-configured certificates cannot be checked correctly.
- backported by
-
JDK-2117451 AuthorityInfoAccess certificate extension is being ignored.
- Resolved