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
Functions
Delete CRLs from the ssl applications local cache.
Insert CRLs into the ssl applications local cache, with or without a distribution point reference URI
Types
-type crl_src() :: {file, file:filename()} | {der, public_key:der_encoded()}.
A source to input CRLs
Functions
Delete CRLs from the ssl applications local cache.
Types
DistPointURI = uri_string:uri_string()
CRLSrc = crl_src()
Result = ok | {error, Reason}
Reason = ssl:reason()
Insert CRLs into the ssl applications local cache, with or without a distribution point reference URI