ssl_crl_cache (ssl v10.4.2)
Implements an internal CRL (Certificate Revocation List) cache. In addition to implementing the ssl_crl_cache_api behaviour the following functions are available.
Link to this section Summary
Link to this section Types
Link to this type
-type crl_src() :: term().
Specs
crl_src() :: {file, file:filename()} | {der, public_key:der_encoded()}.
Link to this type
-type uri() :: term().
Specs
uri() :: uri_string:uri_string().
Link to this section Functions
- Entries = crl_src()]}
- Reason = crl_reason()
Delete CRLs from the ssl applications local cache.
Insert CRLs, available to fetch on DER format from URI
, into the ssl applications local cache.