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_app.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_app.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index f317dfded4..07cbfb3bd9 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -38,8 +38,8 @@ The ssl application is an implementation of the SSL/TLS protocol in Erlang. </p> <list type="bulleted"> - <item>Supported SSL/TLS-versions are SSL-3.0, TLS-1.0, - TLS-1.1, and TLS-1.2.</item> + <item>Supported SSL/TLS/DTLS-versions are SSL-3.0, TLS-1.0, + TLS-1.1, TLS-1.2, DTLS-1.0 (based on TLS-1.1), DTLS-1.2 (based on TLS-1.2)</item> <item>For security reasons SSL-2.0 is not supported.</item> <item>For security reasons SSL-3.0 is no longer supported by default, but can be configured.</item> @@ -167,7 +167,7 @@ <title>ERROR LOGGER AND EVENT HANDLERS</title> <p>The SSL application uses the default <seealso marker="kernel:error_logger">OTP error logger</seealso> to log - unexpected errors and TLS alerts. The logging of TLS alerts may be + unexpected errors and TLS/DTLS alerts. The logging of TLS/DTLS alerts may be turned off with the <c>log_alert</c> option. </p> </section> |