package ca-certs-nss

  1. Overview
  2. Docs
X.509 trust anchors extracted from Mozilla's NSS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ca-certs-nss-3.114.tbz
sha256=16fa13e6e1190c595425c820fb4be3ca549877f1cf5db690fe85da15152f792a
sha512=8e5fdc95bfd1d5dcade089e34b2f188f080c133325b901b5f06edf33cce3bc471df118cbec0ecf52705a41a1be0f16b5d9b7f4521d8469111841d67212f4b799

doc/ca-certs-nss/Ca_certs_nss/index.html

Module Ca_certs_nssSource

Sourceval trust_anchors : (X509.Certificate.t list, [> `Msg of string ]) result

trust_anchors are the trust anchors extracted from NSS certdata.txt.

Sourceval authenticator : ?crls:X509.CRL.t list -> ?allowed_hashes:Digestif.hash' list -> unit -> (X509.Authenticator.t, [> `Msg of string ]) result

authenticator ~crls ~hash_whitelist () is an authenticator with the provided revocation lists, and allowed_hashes. The trust anchors are based on the extraction from NSS' certdata.txt.

OCaml

Innovation. Community. Security.