diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-07 22:06:39 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-09 09:11:28 +0200 |
commit | 76943d42da43395f6d3f2dfb7f52e2552a47be26 (patch) | |
tree | 65ac5e3f5421562ff7c9fc664d22432780f212fc /lib/ssl/doc/src/ssl_protocol.xml | |
parent | a0e30203ab652e50215244944f1ffbf12ee3b8ef (diff) | |
download | otp-76943d42da43395f6d3f2dfb7f52e2552a47be26.tar.gz otp-76943d42da43395f6d3f2dfb7f52e2552a47be26.tar.bz2 otp-76943d42da43395f6d3f2dfb7f52e2552a47be26.zip |
ssl: Document enhancements
Diffstat (limited to 'lib/ssl/doc/src/ssl_protocol.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_protocol.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ssl/doc/src/ssl_protocol.xml b/lib/ssl/doc/src/ssl_protocol.xml index 79162389ae..20f53c98e1 100644 --- a/lib/ssl/doc/src/ssl_protocol.xml +++ b/lib/ssl/doc/src/ssl_protocol.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2003</year><year>2013</year> + <year>2003</year><year>2015</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -105,9 +105,9 @@ </section> <section> - <title>Authentication of Sender</title> + <title>Peer Authentication</title> - <p>Authentication of the sender is done by public key path + <p>Authentication of the peer is done by public key path validation as defined in RFC 3280. This means basically the following:</p> <list type="bulleted"> @@ -115,7 +115,7 @@ previous one.</item> <item>The certificates attributes are valid.</item> <item>The root certificate is a trusted certificate that is present - in the trusted certificate database kept by the peer./</item> + in the trusted certificate database kept by the peer.</item> </list> <p>The server always sends a certificate chain as part of |