From e042afe54727ae490d47eae47c6d9a210f04dd47 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 10 Sep 2018 11:19:42 +0200 Subject: ssl: Use specs to generate type documentation --- lib/ssl/doc/src/ssl_crl_cache.xml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'lib/ssl/doc/src/ssl_crl_cache.xml') diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml index b766cfd2d9..a33aec62a7 100644 --- a/lib/ssl/doc/src/ssl_crl_cache.xml +++ b/lib/ssl/doc/src/ssl_crl_cache.xml @@ -34,15 +34,27 @@ the following functions are available.

+ + + DATA TYPES + + + + + + + + + + delete(Entries) -> ok | {error, Reason} - Entries = uri_string:uri_string() | {file, string()} | {der, [ public_key:der_encoded() ]} - Reason = term() + Entries = crl_src()]} + Reason = crl_reason()

Delete CRLs from the ssl applications local cache.

@@ -53,13 +65,12 @@ insert(URI, CRLSrc) -> ok | {error, Reason} - CRLSrc = {file, string()} | {der, [ public_key:der_encoded() ]} - URI = uri_string:uri_string() + CRLSrc = crl_src()]} + URI = uri() Reason = term() -

Insert CRLs into the ssl applications local cache.

+

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

-- cgit v1.2.3