summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2015-03-13 16:35:45 +0100
committerErlang/OTP <otp@erlang.org>2015-03-13 16:35:45 +0100
commit0f3f8f5871a1ea503cc80ae17adc8dec96c79445 (patch)
tree78dad37ca8612b237ffce5eee943beb279814b83
parent6e2268e187c84908572e2e6a1fb282a7ba8dc45a (diff)
downloaderlang-0f3f8f5871a1ea503cc80ae17adc8dec96c79445.tar.gz
Update release notes
-rw-r--r--lib/ssl/doc/src/notes.xml20
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>