Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
X509.OCSPOCSP (Online Certificate Status Protocol) as described in RFC 6960.
val create_cert_id :
?hash:Mirage_crypto.Hash.hash ->
Certificate.t ->
Z.t ->
cert_idcreate_cert_id issuer serial creates cert_id for this serial
val cert_id_serial : cert_id -> Z.tcert_id_serial certid is serial number of this certid
module Request : sig ... endModule for encoding and decoding OCSP requests.
module Response : sig ... endModule for encoding and decoding OCSP responses.