Provided by: erlang-manpages_18.3-dfsg-1ubuntu3.1_all bug

NAME

       ssl_crl_cache - 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.