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.

Types


DATA TYPES

crl_src() =
            {file, file:filename()} | {der, public_key:der_encoded()}

Functions


delete(Entries) -> ok | {error, Reason}
  • Entries = crl_src()]}
  • Reason = crl_reason()

Delete CRLs from the ssl applications local cache.

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

Insert CRLs, available to fetch on DER format from URI, into the ssl applications local cache.