package x509

  1. Overview
  2. Docs
Public Key Infrastructure (RFC 5280, PKCS) purely in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

x509-0.16.5.tbz
sha256=149e25a5fea37f619fb2690bee5c00f01c9dcf31d335f8ffcaab39a7538ccd99
sha512=6dd494dba799eab7edde2af1b63bac6035bf4ae06f3a36dd4fa9abcd13d0c3fe3e93dc5848b65405dc5401b1755fd30c71482cb91f7495bc9cfb7c5bf15ef6d7

doc/x509/X509/OCSP/index.html

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:Mirage_crypto.Hash.hash -> Certificate.t -> Z.t -> cert_id

create_cert_id issuer serial creates cert_id for this serial

Sourceval cert_id_serial : cert_id -> Z.t

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.