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.

Functions


delete(Entries) -> ok | {error, Reason}

Delete CRLs from the ssl applications local cache.

insert(CRLSrc) -> ok | {error, Reason}

insert(URI, CRLSrc) -> ok | {error, Reason}

Insert CRLs into the ssl applications local cache.