diff options
author | Erlang/OTP <[email protected]> | 2019-06-12 09:51:26 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-06-12 09:51:26 +0200 |
commit | d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f (patch) | |
tree | 83115e9e37cdf5dbe1cf62cb3fe3962a6b79d40e /lib/ssl/doc/src | |
parent | 3f2bd7ffb2fed616983d43454b5aa2f5c9a9f49a (diff) | |
download | otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.gz otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.bz2 otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.zip |
Prepare release
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 b86c9e8798..5c213402f4 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.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Returned "alert error string" is now same as logged alert + string</p> + <p> + Own Id: OTP-15844</p> + </item> + <item> + <p> + Fix returned extension map fields to follow the + documentation.</p> + <p> + Own Id: OTP-15862 Aux Id: ERL-951 </p> + </item> + <item> + <p> + Avoid DTLS crash due to missing gen_server return value + in DTLS packet demux process.</p> + <p> + Own Id: OTP-15864 Aux Id: ERL-962 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |