diff options
author | John Högberg <[email protected]> | 2019-07-03 10:31:58 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-03 10:31:58 +0200 |
commit | b0a8268780f3f24cbfd9698a0ca08d166bbbd798 (patch) | |
tree | 671df9369e24377b40b80145f37564209e05d2d1 /lib/ssl/doc | |
parent | 9e49cf35723d7436dbd0ec2f3c8da165b6eb906a (diff) | |
parent | 7999631c63998cffc07bbcc91dd86cbe709dde5f (diff) | |
download | otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.gz otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.bz2 otp-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.zip |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 31 |
1 files changed, 31 insertions, 0 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> |