diff options
author | Ingela Anderton Andin <[email protected]> | 2010-11-29 14:54:08 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-11-29 14:55:50 +0100 |
commit | 827dc3c7e13d4ce21315f441c4400fb575f41c20 (patch) | |
tree | 7ad3bb1c67a8a9743f306d486a73988b9b9f8aa2 /lib/ssl/doc/src/ssl.xml | |
parent | a583c16d79b3a5299ce1b5482f1fb0a88d845a51 (diff) | |
download | otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.tar.gz otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.tar.bz2 otp-827dc3c7e13d4ce21315f441c4400fb575f41c20.zip |
Fixed broken links in the documentation and dialyzer warnings
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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 - <seealso marker="public_key:application">public_key(3)</seealso> - for definition of #'OTPCertificate'{} and #'Extension'{}.</p> + 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 <seealso + marker="public_key:cert_records">the public_key User's + Guide</seealso> for definition of #'OTPCertificate'{} and + #'Extension'{}.</p> <p>If the verify callback fun returns {fail, Reason}, the verification process is immediately stopped and an alert is |