diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-30 10:42:55 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-30 11:53:39 +0200 |
commit | 4375a9f9ec158c149ccc861b2f736c984fa54ac9 (patch) | |
tree | 0fea2e286a3bcd2db02f923851a2ac077dbce39a /lib/ssl/doc/src/ssl.xml | |
parent | 0af20bdcfb54a648d4b0c907565171a46afd1457 (diff) | |
download | otp-4375a9f9ec158c149ccc861b2f736c984fa54ac9.tar.gz otp-4375a9f9ec158c149ccc861b2f736c984fa54ac9.tar.bz2 otp-4375a9f9ec158c149ccc861b2f736c984fa54ac9.zip |
ssl: Fix links
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <tag><c>{crl_check, boolean() | peer | best_effort }</c></tag> <item> Perform CRL (Certificate Revocation List) verification - <seealso marker="public_key:public_key#pkix_crl_validate-3"> + <seealso marker="public_key:public_key#pkix_crls_validate-3"> (public_key:pkix_crls_validate/3)</seealso> on all the certificates during the path validation <seealso marker="public_key:public_key#pkix_path_validation-3">(public_key:pkix_path_validation/3) @@ -375,7 +375,8 @@ marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_valid <tag><c>{partial_chain, fun(Chain::[DerCert]) -> {trusted_ca, DerCert} | unknown_ca }</c></tag> <item><p>Claim an intermediate CA in the chain as trusted. TLS then - performs <c>public_key:pkix_path_validation/3</c> + performs <seealso + marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_validation/3</seealso> with the selected CA as trusted anchor and the rest of the chain.</p></item> <tag><c>{versions, [protocol()]}</c></tag> |