erlang / 24 / lib / ssl-10.4 / doc / html / ssl_crl_cache.html

Module

ssl_crl_cache

Module Summary

CRL cache

Since

Module ssl_crl_cache was introduced in OTP 18.0.

Description

Implements an internal CRL (Certificate Revocation List) cache. In addition to implementing the ssl_crl_cache_api behaviour the following functions are available.

Data Types

DATA TYPES

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

uri() = uri_string:uri_string()

Types

Entries = crl_src()]}
Reason = crl_reason()

Delete CRLs from the ssl applications local cache.

Types

CRLSrc = crl_src()]}
URI = uri()
Reason = term()

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

© 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.