Expand description
§Online Certificate Status Protocol
This crate provides an implementation of the data types for [RFC 6960], also known as Online Certificate Status Protocol (OCSP).
Like other rasn
core crates, this doesn’t provide a OCSP client or server
but provides the core data types used to be able to create your own clients
and servers.
Structs§
- Basic
Ocsp Response - A Basic OCSP response.
- CertId
- The identifier of the certificate.
- CrlId
- Ocsp
Request - The (optionally signed) OCSP request.
- Ocsp
Response - A confirmation response.
- Request
- A single request.
- Response
Bytes - The body of a OcspResponse.
- Response
Data - The body of BasicOcspResponse.
- Revoked
Info - Service
Locator - Signature
- The signature for an OcspRequest.
- Single
Response - TbsRequest
- The body of the OcspRequest.
Enums§
- Cert
Status - The revocation status of the certificate.
- Ocsp
Response Status - Responder
Id