From a6763442e7a3104dc940db035647ea939e57fb23 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 17 Apr 2019 16:14:48 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 17 +++++++++++++++++ lib/ssl/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b036463e87..cee6752020 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,23 @@

This document describes the changes made to the SSL application.

+
SSL 9.2.2 + +
Fixed Bugs and Malfunctions + + +

+ With the default BEAST Mitigation strategy for TLS 1.0 an + empty TLS fragment could be sent after a one-byte + fragment. This glitch has been fixed.

+

+ Own Id: OTP-15054 Aux Id: ERIERL-346

+
+
+
+ +
+
SSL 9.2.1
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index c4bcc1560c..98070f794c 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.1 +SSL_VSN = 9.2.2 -- cgit v1.2.3