From 0088de091165571be1fb7fa5a716ad4634aced83 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 15 May 2019 14:17:16 +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') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 5fdcf15b5f..b86c9e8798 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.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Missing check of size of user_data_buffer made internal + socket behave as an active socket instead of active N. + This could cause memory problems.

+

+ Own Id: OTP-15825 Aux Id: ERL-934, OTP-15823

+
+
+
+ +
+
SSL 9.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 3c66ffd852..cbc32cd5a8 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.3 +SSL_VSN = 9.3.1 -- cgit v1.2.3