aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-06-13 10:28:55 +0200
committerJohn Högberg <[email protected]>2019-06-13 10:28:55 +0200
commit8fb03c024165d6777f429e495af676dfe020e78a (patch)
treef536bfadf844d2dcd0c6bd14a361c0e09b1ca305 /lib/ssl/doc
parent898b9b35f2cad1e925ea658d2dc381c5bde01829 (diff)
parentb4fb2e5669acb02697d9a9ab168eb0fbff6f370c (diff)
downloadotp-8fb03c024165d6777f429e495af676dfe020e78a.tar.gz
otp-8fb03c024165d6777f429e495af676dfe020e78a.tar.bz2
otp-8fb03c024165d6777f429e495af676dfe020e78a.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.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index b0473ff7d7..6af5a500b5 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>