20152018 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ssl_crl_cache ssl_crl_cache.xml
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.

DATA TYPES 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} CRLSrc = crl_src()]} URI = uri() Reason = term()

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