From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 87 +++++++++++++++++++++++++++++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- 2 files changed, 88 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 674e38b054..874c5dd11d 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,93 @@

This document describes the changes made to the SSL application.

+
SSL 9.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix bug that an incorrect return value for gen_statem + could be created when alert was a result of handling + renegotiation info extension

+

+ Own Id: OTP-15502

+
+ +

+ Correct check for 3des_ede_cbc, could cause ssl to claim + to support 3des_ede_cbc when cryptolib does not.

+

+ Own Id: OTP-15539

+
+ +

+ Improved DTLS error handling, avoids unexpected + connection failure in rare cases.

+

+ Own Id: OTP-15561

+
+ +

+ Corrected active once emulation bug that could cause the + ssl_closed meassage to not be sent. Bug introduced by + OTP-15449

+

+ Own Id: OTP-15666 Aux Id: ERIERL-316,

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

+ Add client option {reuse_session, SessionID::binary()} + that can be used together with new option value + {reuse_sessions, save}. This makes it possible to reuse a + session from a specific connection establishment.

+

+ Own Id: OTP-15369

+
+ +

+ The Reason part of of the error return from the functions + connect and handshake has a better and documented format. + This will sometimes differ from previous returned + reasons, however those where only documented as term() + and should for that reason not be relied on.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15423

+
+ +

+ Refactor of state handling to improve TLS application + data throughput and reduce CPU overhead

+

+ Own Id: OTP-15445

+
+ +

+ The SSL code has been optimized in many small ways to + reduce CPU load for encryption/decryption, especially for + Erlang's distribution protocol over TLS.

+

+ Own Id: OTP-15529

+
+ +

+ Add support for active N

+

+ Own Id: OTP-15665 Aux Id: ERL-811, PR-2072

+
+
+
+ +
+
SSL 9.1.2
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 3527062a8a..0d9f907d5c 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.1.2 +SSL_VSN = 9.2 -- cgit v1.2.3