View Source ssl_crl_cache (ssl v11.2)
CRL cache
Implements an internal CRL (Certificate Revocation List) cache. In addition to
implementing the ssl_crl_cache_api
behaviour the following functions are
available.
Summary
Types
-type crl_src() :: {file, file:filename()} | {der, public_key:der_encoded()}.
-type uri() :: uri_string:uri_string().
Functions
-spec delete(Entries) -> ok | {error, Reason} when Entries :: crl_src() | uri_string:uri_string(), Reason :: term().
delete(Entries) -> ok | {error, Reason}
Delete CRLs from the ssl applications local cache.
Equivalent to insert/2
-spec insert(DistPointURI, CRLSrc) -> ok | {error, Reason} when DistPointURI :: uri_string:uri_string(), CRLSrc :: crl_src(), Reason :: term().
Insert CRLs into the ssl applications local cache, with or without a distribution point reference URI