diff options
author | John Högberg <[email protected]> | 2019-06-18 10:13:20 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-18 10:13:20 +0200 |
commit | 63dec44359b45e735a8328a84ecc1d3826ee82f1 (patch) | |
tree | cade34322e2c6fbb6e4271409f0a8e29d05c8376 /lib/ssl/doc/src | |
parent | a088080c66fb89ba5bd205cc4d7af85913d10c7d (diff) | |
parent | e5b0b72d7213788ae6d4f01be14ba48ac463589d (diff) | |
download | otp-63dec44359b45e735a8328a84ecc1d3826ee82f1.tar.gz otp-63dec44359b45e735a8328a84ecc1d3826ee82f1.tar.bz2 otp-63dec44359b45e735a8328a84ecc1d3826ee82f1.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 5dde0f504e..f320b4c006 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,36 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct handshake handling, might cause strange symptoms + such as ASN.1 certificate decoding issues.</p> + <p> + Own Id: OTP-15879 Aux Id: ERL-968 </p> + </item> + <item> + <p> + Fix handling of the signature_algorithms_cert extension + in the ClientHello handshake message.</p> + <p> + Own Id: OTP-15887 Aux Id: ERL-973 </p> + </item> + <item> + <p> + Handle new ClientHello extensions when handshake is + paused by the {handshake, hello} ssl option.</p> + <p> + Own Id: OTP-15888 Aux Id: ERL-975 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> |