From 41bc2fccb1aa97e34e3cfc349c0b4b5d997b5256 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 2 Jul 2019 13:44:08 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 29bf5fc4e7..bb41b7e9ea 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.3.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix handling of certificate decoding problems in TLS 1.3 + similarly as in TLS 1.2.

+

+ Own Id: OTP-15900

+
+ +

+ Hibernation now works as expected in all cases, was + accidently broken by optimization efforts.

+

+ Own Id: OTP-15910

+
+ +

+ Fix interoperability problems with openssl when the TLS + 1.3 server is configured wirh the option + signature_algs_cert.

+

+ Own Id: OTP-15913

+
+
+
+ +
+
SSL 9.3.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 01dee392f5..df38aea017 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.3.3 +SSL_VSN = 9.3.4 -- cgit v1.2.3