aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-01-15 19:35:08 +0100
committerErlang/OTP <[email protected]>2019-01-15 19:35:08 +0100
commit9c005b842583f4aed77ec3a25038f0fd3623f8e9 (patch)
tree1f00e0e0c51e8df1296d0a3962b0f55b1fdc733b /lib/ssl/doc
parentd712e055d1554fafe9eb88b15ee5e726a8a6a9be (diff)
downloadotp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.tar.gz
otp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.tar.bz2
otp-9c005b842583f4aed77ec3a25038f0fd3623f8e9.zip
Prepare release
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r--lib/ssl/doc/src/notes.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 854ab31883..674e38b054 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.1.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix encoding of the SRP extension length field in ssl.
+ The old encoding of the SRP extension length could cause
+ interoperability problems with third party SSL
+ implementations when SRP was used.</p>
+ <p>
+ Own Id: OTP-15477 Aux Id: ERL-790 </p>
+ </item>
+ <item>
+ <p>
+ Guarantee active once data delivery, handling TCP stream
+ properly.</p>
+ <p>
+ Own Id: OTP-15504 Aux Id: ERL-371 </p>
+ </item>
+ <item>
+ <p>
+ Correct gen_statem returns for some error cases</p>
+ <p>
+ Own Id: OTP-15505</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 9.1.1</title>
<section><title>Fixed Bugs and Malfunctions</title>