From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 7947049a04..5fdcf15b5f 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,81 @@

This document describes the changes made to the SSL application.

+
SSL 9.3 + +
Fixed Bugs and Malfunctions + + +

+ The distribution handshake with TLS distribution + (inet_tls_dist) does now utilize the socket option + {nodelay, true}, which decreases the distribution + setup time significantly.

+

+ Own Id: OTP-14792

+
+ +

+ Correct shutdown reason to avoid an incorrect crash + report

+

+ Own Id: OTP-15710 Aux Id: ERL-893

+
+ +

+ Enhance documentation and type specifications.

+

+ Own Id: OTP-15746 Aux Id: ERIERL-333

+
+
+
+ + +
Improvements and New Features + + +

+ TLS-1.0, TLS-1.1 and DTLS-1.0 are now considered legacy + and not supported by default

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-14865

+
+ +

+ Use new logger API in ssl. Introduce log levels and + verbose debug logging for SSL.

+

+ Own Id: OTP-15055

+
+ +

+ Add new API function str_to_suite/1, cipher_suites/3 + (list cipher suites as rfc or OpenSSL name strings) and + suite_to_openssl_str/1

+

+ Own Id: OTP-15483 Aux Id: ERL-924

+
+ +

+ Basic support for TLS 1.3 Server for experimental use. + The client is not yet functional, for more information + see the Standards Compliance chapter of the User's Guide.

+

+ Own Id: OTP-15591

+
+ +

+ Add support for PSK CCM ciphers from RFC 6655

+

+ Own Id: OTP-15626

+
+
+
+ +
+
SSL 9.2.3
Fixed Bugs and Malfunctions -- cgit v1.2.3