ssl_crl_cache(3erl) | Erlang Module Definition | ssl_crl_cache(3erl) |
ssl_crl_cache - 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.
ssl 10.8.7 | Ericsson AB |