ssl_crl_cache
CRL cache
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
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.
crl_src() =
{file, file:filename()} | {der, public_key:der_encoded()}
uri() = uri_string:uri_string()
delete(Entries) -> ok | {error, Reason}
Types:
Delete CRLs from the ssl applications local cache.
insert(CRLSrc) -> ok | {error, Reason}
insert(URI, CRLSrc) -> ok | {error, Reason}
Types:
Insert CRLs, available to fetch on DER format from URI, into the ssl applications local cache.