package ca-certs-nss

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val authenticator : ?crls:X509.CRL.t list -> ?allowed_hashes:Mirage_crypto.Hash.hash list -> unit -> (X509.Authenticator.t, [> `Msg of string ]) Stdlib.result

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