GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ssl_crl_cache(3) Erlang Module Definition ssl_crl_cache(3)

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.

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

uri() = uri_string:uri_string()

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

Types:

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}

Types:

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

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

ssl 10.6 Ericsson AB

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.