From a0e30203ab652e50215244944f1ffbf12ee3b8ef Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 7 Apr 2015 19:08:46 +0200 Subject: ssl: Align with alphabetical order --- lib/ssl/doc/src/ssl_crl_cache_api.xml | 50 ++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 22 deletions(-) (limited to 'lib/ssl/doc/src/ssl_crl_cache_api.xml') diff --git a/lib/ssl/doc/src/ssl_crl_cache_api.xml b/lib/ssl/doc/src/ssl_crl_cache_api.xml index dafb067131..557b7814b8 100644 --- a/lib/ssl/doc/src/ssl_crl_cache_api.xml +++ b/lib/ssl/doc/src/ssl_crl_cache_api.xml @@ -45,12 +45,35 @@

The following data types are used in the functions below:

-

cache_ref() = opaque()

-

dist_point() = #'DistributionPoint'{} see X509 certificates records

+ + + cache_ref() + = opaque() + dist_point() + = #'DistributionPoint'{} see X509 certificates records + + + - + + fresh_crl(DistributionPoint, CRL) -> FreshCRL + fun fresh_crl/2 will be used as input option update_crl to + public_key:pkix_crls_validate/3 + + DistributionPoint = dist_point() + CRL = [public_key:der_encoded()] + FreshCRL = [public_key:der_encoded()] + + +

fun fresh_crl/2 will be used as input option update_crl to + public_key:pkix_crls_validate/3

+
+
+ lookup(DistributionPoint, DbHandle) -> not_available | CRLs @@ -60,7 +83,7 @@ CRLs = [public_key:der_encoded()] -

Lookup the CRLs belonging to the distribution point Distributionpoint .

+

Lookup the CRLs belonging to the distribution point Distributionpoint.

This function may choose to only look in the cache or to follow distribution point links depending on how the cache is administrated.
@@ -78,22 +101,5 @@

Select the CRLs in the cache that are issued by Issuer

- - - fresh_crl(DistributionPoint, CRL) -> FreshCRL - fun fresh_crl/2 will be used as input option update_crl to - public_key:pkix_crls_validate/3 - - DistributionPoint = dist_point() - CRL = [public_key:der_encoded()] - FreshCRL = [public_key:der_encoded()] - - -

fun fresh_crl/2 will be used as input option update_crl to - public_key:pkix_crls_validate/3

-
-
\ No newline at end of file -- cgit v1.2.3