You can search for identifiers within the package.
in-package search v0.2.0
x509
X509.OCSP
OCSP (Online Certificate Status Protocol) as described in RFC 6960.
type cert_id
type for CertID to distinguish requested certs
val create_cert_id : ?hash:Mirage_crypto.Hash.hash -> Certificate.t -> Z.t -> cert_id
create_cert_id issuer serial creates cert_id for this serial
create_cert_id issuer serial
val cert_id_serial : cert_id -> Z.t
cert_id_serial certid is serial number of this certid
cert_id_serial certid
val pp_cert_id : cert_id Fmt.t
pp_cert_id ppf cert_id pretty prints cert_id
pp_cert_id ppf cert_id
module Request : sig ... end
Module for encoding and decoding OCSP requests.
module Response : sig ... end
Module for encoding and decoding OCSP responses.