diff options
author | Ingela Anderton Andin <[email protected]> | 2017-12-08 15:16:41 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-12-13 15:11:23 +0100 |
commit | 07ae4f993de7dc717aec096943aa91b9029bada3 (patch) | |
tree | 2d6ce1a194df7190cc6f6317bd58516303319fc6 /lib/ssl/doc/src/ssl_introduction.xml | |
parent | ad484fc2003885e12b92ea49dcb1c71669761d62 (diff) | |
download | otp-07ae4f993de7dc717aec096943aa91b9029bada3.tar.gz otp-07ae4f993de7dc717aec096943aa91b9029bada3.tar.bz2 otp-07ae4f993de7dc717aec096943aa91b9029bada3.zip |
ssl: Document DTLS
Diffstat (limited to 'lib/ssl/doc/src/ssl_introduction.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_introduction.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl_introduction.xml b/lib/ssl/doc/src/ssl_introduction.xml index d3e39dbb01..bbb1c276cc 100644 --- a/lib/ssl/doc/src/ssl_introduction.xml +++ b/lib/ssl/doc/src/ssl_introduction.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>2015</year> - <year>2015</year> + <year>2017</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -41,14 +41,15 @@ authenticate the counterpart with whom they communicate, and to exchange a symmetric key for payload encryption. The protocol provides data/message confidentiality (encryption), integrity (through message authentication code checks) - and host verification (through certificate path validation).</p> + and host verification (through certificate path validation). DTLS (Datagram Transport Layer Security) that + is based on TLS but datagram oriented instead of stream oriented.</p> </section> <section> <title>Prerequisites</title> <p>It is assumed that the reader is familiar with the Erlang programming language, the concepts of OTP, and has a basic - understanding of SSL/TLS.</p> + understanding of SSL/TLS/DTLS.</p> </section> </chapter> |