= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module C : Mirage_clock.PCLOCK
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.
On This Page