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.
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 into the ssl applications local cache.
ssl 9.1.2 | Ericsson AB |