From 4375a9f9ec158c149ccc861b2f736c984fa54ac9 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin
Date: Thu, 30 Apr 2015 10:42:55 +0200
Subject: ssl: Fix links
---
lib/ssl/doc/src/ssl.xml | 5 +++--
lib/ssl/doc/src/ssl_crl_cache.xml | 2 +-
lib/ssl/doc/src/ssl_crl_cache_api.xml | 2 +-
lib/ssl/doc/src/using_ssl.xml | 4 ++--
4 files changed, 7 insertions(+), 6 deletions(-)
(limited to 'lib/ssl/doc')
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 14873848d1..78b758226d 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -338,7 +338,7 @@ marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_valid
{crl_check, boolean() | peer | best_effort }
-
Perform CRL (Certificate Revocation List) verification
-
+
(public_key:pkix_crls_validate/3) on all the certificates during the path validation
(public_key:pkix_path_validation/3)
@@ -375,7 +375,8 @@ marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_valid
{partial_chain, fun(Chain::[DerCert]) -> {trusted_ca, DerCert} |
unknown_ca }
Claim an intermediate CA in the chain as trusted. TLS then
- performs public_key:pkix_path_validation/3
+ performs public_key:pkix_path_validation/3
with the selected CA as trusted anchor and the rest of the chain.
{versions, [protocol()]}
diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml
index 62bf2ea7b7..23a2b69d61 100644
--- a/lib/ssl/doc/src/ssl_crl_cache.xml
+++ b/lib/ssl/doc/src/ssl_crl_cache.xml
@@ -29,7 +29,7 @@
Implements an internal CRL (Certificate Revocation List) cache.
In addition to implementing the ssl_cache_crl_api behaviour
+ marker="ssl_crl_cache_api"> ssl_crl_cache_api
behaviour
the following functions are available.
diff --git a/lib/ssl/doc/src/ssl_crl_cache_api.xml b/lib/ssl/doc/src/ssl_crl_cache_api.xml
index 557b7814b8..1d9353a2cc 100644
--- a/lib/ssl/doc/src/ssl_crl_cache_api.xml
+++ b/lib/ssl/doc/src/ssl_crl_cache_api.xml
@@ -70,7 +70,7 @@
fun fresh_crl/2 will be used as input option update_crl to
- public_key:pkix_crls_validate/3
+ public_key:pkix_crls_validate/3
diff --git a/lib/ssl/doc/src/using_ssl.xml b/lib/ssl/doc/src/using_ssl.xml
index 01b7970fb6..dbbc1aa9d3 100644
--- a/lib/ssl/doc/src/using_ssl.xml
+++ b/lib/ssl/doc/src/using_ssl.xml
@@ -32,10 +32,10 @@
using_ssl.xml
To see relevant version information for ssl, call
- ssl:versions/0
+ ssl:versions/0
.
- To see all supported cipher suites, call ssl:cipher_suites(all) .
+
To see all supported cipher suites, call ssl:cipher_suites(all) .
The available cipher suites for a connection depend on your certificate.
Specific cipher suites that you want your connection to use can also be
specified. Default is to use the strongest available.
--
cgit v1.2.3