Crate rasn_ocsp

Source
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§

BasicOcspResponse
A Basic OCSP response.
CertId
The identifier of the certificate.
CrlId
OcspRequest
The (optionally signed) OCSP request.
OcspResponse
A confirmation response.
Request
A single request.
ResponseBytes
The body of a OcspResponse.
ResponseData
The body of BasicOcspResponse.
RevokedInfo
ServiceLocator
Signature
The signature for an OcspRequest.
SingleResponse
TbsRequest
The body of the OcspRequest.

Enums§

CertStatus
The revocation status of the certificate.
OcspResponseStatus
ResponderId

Type Aliases§

AcceptableResponses
ArchiveCutoff
KeyHash
Nonce
UnknownInfo
Version