diff options
author | John Högberg <[email protected]> | 2019-06-18 10:13:18 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-18 10:13:18 +0200 |
commit | e5b0b72d7213788ae6d4f01be14ba48ac463589d (patch) | |
tree | 3a2a25a1f87f2d82f32f9a66d9f6efcb15ad2573 /lib/ssl/doc | |
parent | 6ba18fda60dbefc790910fc4310125f80a288829 (diff) | |
parent | 4319a7f8bc93388ec540e954eb9bb73ea1eec4ef (diff) | |
download | otp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.tar.gz otp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.tar.bz2 otp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.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 | 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> |