ssl_crl_cache

ssl_crl_cache

Module

ssl_crl_cache

Module summary

CRL cache

Description

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

Exports

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

Types:

Entries = http_uri:uri() | {file, string()} | {der, [public_key:der_encoded()]}
Reason = term()

Delete CRLs from the ssl applications local cache.

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

Types:

CRLSrc = {file, string()} | {der, [ public_key:der_encoded() ]}
URI = http_uri:uri()
Reason = term()

Insert CRLs into the ssl applications local cache.

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部