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
Types
 Entries =  uri_string:uri_string() | {file, string()} | {der, [public_key:der_encoded()]}
	  
 Reason = term()
	
Delete CRLs from the ssl applications local cache.
Types
 CRLSrc = {file, string()} | {der, [ public_key:der_encoded() ]}
	  
 URI = uri_string:uri_string() 
	  
 Reason = term()
	
Insert CRLs into the ssl applications local cache.
