1ssl_crl_cache(3) Erlang Module Definition ssl_crl_cache(3)
2
3
4
6 ssl_crl_cache - CRL cache
7
9 Implements an internal CRL (Certificate Revocation List) cache. In
10 addition to implementing the ssl_crl_cache_api behaviour the following
11 functions are available.
12
14 delete(Entries) -> ok | {error, Reason}
15
16 Types:
17
18 Entries = http_uri:uri() | {file, string()} | {der, [ pub‐
19 lic_key:der_encoded() ]}
20 Reason = term()
21
22 Delete CRLs from the ssl applications local cache.
23
24 insert(CRLSrc) -> ok | {error, Reason}
25 insert(URI, CRLSrc) -> ok | {error, Reason}
26
27 Types:
28
29 CRLSrc = {file, string()} | {der, [ pub‐
30 lic_key:der_encoded() ]}
31 URI = http_uri:uri()
32 Reason = term()
33
34 Insert CRLs into the ssl applications local cache.
35
36
37
38Ericsson AB ssl 8.2.6.4 ssl_crl_cache(3)