Lines Matching refs:OCSP

1 OCSP  title
97 OCSP (Online Certificate Status Protocol) is a method of checking the
109 Deserialize an OCSP request from DER encoded data.
111 :param bytes data: The DER encoded OCSP request data.
147 instance. For OCSP only
190 Deserialize an OCSP response from DER encoded data.
192 :param bytes data: The DER encoded OCSP response data.
212 objects. You cannot set ``produced_at`` on OCSP responses at this time.
230 instance. For OCSP only
260 utilizes an OCSP delegate.
267 Set the ``responderID`` on the OCSP response. This is the data a
272 OCSP response. If the certificate and key do not match an
290 Creates the OCSP response that can then be serialized and sent to
333 Creates an unsigned OCSP response which can then be serialized and
403 :return bytes: The serialized OCSP request.
409 An ``OCSPResponse`` is the data provided by an OCSP responder in response
453 data may be used to validate the signature on the OCSP response.
463 used to help build a chain to verify the OCSP response. This situation
464 occurs when the OCSP responder uses a delegate certificate.
598 :return bytes: The serialized OCSP response.
608 Represents a successful OCSP response.
612 May be returned by an OCSP responder that is unable to parse a
617 May be returned by an OCSP responder that is currently experiencing
622 May be returned by an OCSP responder that is overloaded.
626 May be returned by an OCSP responder that requires signed OCSP
631 May be returned by an OCSP responder when queried for a certificate for
640 An enumeration of certificate statuses in an OCSP response.
652 The certificate being checked is not known to the OCSP responder.