diff options
author | Erlang/OTP <[email protected]> | 2015-03-13 16:35:45 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-03-13 16:35:45 +0100 |
commit | 0f3f8f5871a1ea503cc80ae17adc8dec96c79445 (patch) | |
tree | 78dad37ca8612b237ffce5eee943beb279814b83 | |
parent | 6e2268e187c84908572e2e6a1fb282a7ba8dc45a (diff) | |
download | otp-0f3f8f5871a1ea503cc80ae17adc8dec96c79445.tar.gz otp-0f3f8f5871a1ea503cc80ae17adc8dec96c79445.tar.bz2 otp-0f3f8f5871a1ea503cc80ae17adc8dec96c79445.zip |
Update release notes
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 2ef5e331a8..5086ab7da5 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,25 @@ </header> <p>This document describes the changes made to the SSL application.</p> - <section><title>SSL 5.1.2.1</title> + <section><title>SSL 5.2.1.3</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Add padding check for TLS-1.0 to remove Poodle + vulnerability from TLS 1.0 Also supply a working SSL/TLS + protocol version option to be able to disable SSL-3.0 via + connect/listen options.</p> + <p> + Own Id: OTP-12561</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 5.1.2.1</title> <section><title>Improvements and New Features</title> <list> |