From 61daf50ebe9f82678781ee45a3afe0cd40ddcf47 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 11 Jul 2019 17:18:53 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 16 ++++++++++++++++ lib/ssl/vsn.mk | 2 +- make/otp_version_tickets | 6 +----- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 430ac5bb44..b40ef246e7 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@

This document describes the changes made to the SSL application.

+
SSL 9.2.3.5 + +
Fixed Bugs and Malfunctions + + +

+ Handling of zero size fragments in TLS could cause an + infinite loop. This has now been corrected.

+

+ Own Id: OTP-15328 Aux Id: ERIERL-379

+
+
+
+ +
+
SSL 9.2.3.4
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 603e6f6267..2d06ae318b 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.3.4 +SSL_VSN = 9.2.3.5 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index d81a661508..bb0606fd67 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,5 +1 @@ -OTP-15909 -OTP-15910 -OTP-15938 -OTP-15939 -OTP-15941 +OTP-15328 -- cgit v1.2.3