package x509

  1. Overview
  2. Docs

Module X509.OCSPSource

OCSP (Online Certificate Status Protocol) as described in RFC 6960.

Sourcetype cert_id

type for CertID to distinguish requested certs

Sourceval create_cert_id : ?hash:[ `MD5 | `SHA1 | `SHA224 | `SHA256 | `SHA384 | `SHA512 ] -> Certificate.t -> string -> cert_id

create_cert_id issuer serial creates cert_id for this serial

Sourceval cert_id_serial : cert_id -> string

cert_id_serial certid is serial number of this certid

Sourceval pp_cert_id : cert_id Fmt.t

pp_cert_id ppf cert_id pretty prints cert_id

Sourcemodule Request : sig ... end

Module for encoding and decoding OCSP requests.

Sourcemodule Response : sig ... end

Module for encoding and decoding OCSP responses.