From 9c005b842583f4aed77ec3a25038f0fd3623f8e9 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 15 Jan 2019 19:35:08 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'lib/ssl/doc/src') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 854ab31883..674e38b054 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,37 @@

This document describes the changes made to the SSL application.

+
SSL 9.1.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix encoding of the SRP extension length field in ssl. + The old encoding of the SRP extension length could cause + interoperability problems with third party SSL + implementations when SRP was used.

+

+ Own Id: OTP-15477 Aux Id: ERL-790

+
+ +

+ Guarantee active once data delivery, handling TCP stream + properly.

+

+ Own Id: OTP-15504 Aux Id: ERL-371

+
+ +

+ Correct gen_statem returns for some error cases

+

+ Own Id: OTP-15505

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