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 +- make/otp_version_tickets | 4 +--- 3 files changed, 19 insertions(+), 4 deletions(-) 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 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index 52e2e9cb78..05a281bb2c 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,3 +1 @@ -OTP-15766 -OTP-15768 -OTP-15769 +OTP-15054 -- cgit v1.2.3