diff options
author | Lars Thorsen <[email protected]> | 2018-08-24 10:08:27 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2018-08-24 10:08:27 +0200 |
commit | 35979da59dd3c88601ed73a5eeb9054bbd28b5a1 (patch) | |
tree | ce609632d3e5cae8714f47a7cb2d30aa705aeee1 /lib/ssl/doc/src/notes.xml | |
parent | 2ce155ca0de6890cd5750d97a6593d67d4d940f7 (diff) | |
parent | d35d59cea514582817f1fc450885d6a060e542c0 (diff) | |
download | otp-35979da59dd3c88601ed73a5eeb9054bbd28b5a1.tar.gz otp-35979da59dd3c88601ed73a5eeb9054bbd28b5a1.tar.bz2 otp-35979da59dd3c88601ed73a5eeb9054bbd28b5a1.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Updated the engine load functionality
inets: Prepare for release
inets: Use status code 501 when no mod_* handles the request
ssl: Prepare for release
ssl: Make sure that a correct cipher suite is selected
ssl: Make sure that a correct cipher suite is selected
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-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 87bf25452f..42cc499fc2 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.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct cipher suite handling for ECDHE_*, the incorrect + handling could cause an incorrrect suite to be selected + and most likly fail the handshake.</p> + <p> + Own Id: OTP-15203</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 9.0</title> <section><title>Fixed Bugs and Malfunctions</title> |