diff options
author | Erlang/OTP <[email protected]> | 2019-05-15 14:17:16 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-05-15 14:17:16 +0200 |
commit | 0088de091165571be1fb7fa5a716ad4634aced83 (patch) | |
tree | 766d84e22bc6f1bf20b4ca2aba4f83602d5f1bc1 /lib/ssl/doc/src | |
parent | d854541dcc9f0683d4adcfdb967f3107cb425f2f (diff) | |
download | otp-0088de091165571be1fb7fa5a716ad4634aced83.tar.gz otp-0088de091165571be1fb7fa5a716ad4634aced83.tar.bz2 otp-0088de091165571be1fb7fa5a716ad4634aced83.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 5fdcf15b5f..b86c9e8798 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,23 @@ </header> <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 9.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Missing check of size of user_data_buffer made internal + socket behave as an active socket instead of active N. + This could cause memory problems.</p> + <p> + Own Id: OTP-15825 Aux Id: ERL-934, OTP-15823 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.3</title> <section><title>Fixed Bugs and Malfunctions</title> |