From 827dc3c7e13d4ce21315f441c4400fb575f41c20 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Mon, 29 Nov 2010 14:54:08 +0100 Subject: Fixed broken links in the documentation and dialyzer warnings --- lib/ssl/doc/src/ssl.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 511f1e0bb2..ec272379bb 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -218,12 +218,12 @@ fun(OtpCert :: #'OTPCertificate'{}, Event :: {bad_cert, Reason :: atom()} | application is encountered. Additionally it will be called when a certificate is considered valid by the path validation to allow access to each certificate in the path to the user - application. Note that the it will differentiate between - the peer certificate and CA certificates by using valid_peer - or valid as the second argument to the verify fun. - See - public_key(3) - for definition of #'OTPCertificate'{} and #'Extension'{}.

+ application. Note that the it will differentiate between the + peer certificate and CA certificates by using valid_peer or + valid as the second argument to the verify fun. See the public_key User's + Guide for definition of #'OTPCertificate'{} and + #'Extension'{}.

If the verify callback fun returns {fail, Reason}, the verification process is immediately stopped and an alert is -- cgit v1.2.3