package ca-certs-nss

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

Install

Dune Dependency

Authors

Maintainers

Sources

ca-certs-nss-3.113.1.tbz
sha256=37bd0697ba3969ce60ac6299864f13432988a3fd933569a1e4c212c0e8a42a0f
sha512=f537d7734dd042769400f27c390a9d4ced6613a3fd938fcfbe8be54ea868efe3e75fb86de9abace697fbbb84b1609a5946185a3562f193b444b2ddb03804e955

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.