diff options
author | John Högberg <[email protected]> | 2019-07-03 10:32:00 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-03 10:32:00 +0200 |
commit | bfe0b13596524cf4b8969314c99e008a18b425c9 (patch) | |
tree | b8ea6be666902abe96d7ddf3c19b7ffe4a84f2ed /lib/ssl | |
parent | 9922ae2890c44db1e2b162ae603e729852e41aef (diff) | |
parent | b0a8268780f3f24cbfd9698a0ca08d166bbbd798 (diff) | |
download | otp-bfe0b13596524cf4b8969314c99e008a18b425c9.tar.gz otp-bfe0b13596524cf4b8969314c99e008a18b425c9.tar.bz2 otp-bfe0b13596524cf4b8969314c99e008a18b425c9.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 31 | ||||
-rw-r--r-- | lib/ssl/vsn.mk | 2 |
2 files changed, 32 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 9b5767febf..c7a0942932 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,37 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix handling of certificate decoding problems in TLS 1.3 + similarly as in TLS 1.2.</p> + <p> + Own Id: OTP-15900</p> + </item> + <item> + <p> + Hibernation now works as expected in all cases, was + accidently broken by optimization efforts.</p> + <p> + Own Id: OTP-15910</p> + </item> + <item> + <p> + Fix interoperability problems with openssl when the TLS + 1.3 server is configured wirh the option + signature_algs_cert.</p> + <p> + Own Id: OTP-15913</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> 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 |