From 425889ba69b69a9b6fb14bfbef121d51b78e853a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Apr 2019 17:38:37 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index f0231da2ad..10455684f1 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,73 @@

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

+
+ +

+ 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.2
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 98070f794c..3c66ffd852 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.2 +SSL_VSN = 9.3 -- cgit v1.2.1