aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-09-28 10:21:14 +0200
committerErlang/OTP <[email protected]>2016-09-28 10:21:14 +0200
commitbc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22 (patch)
treef011a2c2798e100bebe172a1217a6f3c1e205aa5
parent86178975a2ff96009de373aefbfdaae1eb0a014b (diff)
downloadotp-bc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22.tar.gz
otp-bc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22.tar.bz2
otp-bc8a0d9d3ee90fe3a19bdfefb16e99ebd6ed5f22.zip
Update release notes
-rw-r--r--lib/ssl/doc/src/notes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index d02e21a013..c7f50777a8 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -28,6 +28,31 @@
<p>This document describes the changes made to the SSL application.</p>
+<section><title>SSL 8.0.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ A timing related bug in event handling could cause
+ interoperability problems between an erlang TLS server
+ and some TLS clients, especially noticed with Firefox as
+ TLS client.</p>
+ <p>
+ Own Id: OTP-13917</p>
+ </item>
+ <item>
+ <p>
+ Correct ECC curve selection, the error could cause the
+ default to always be selected.</p>
+ <p>
+ Own Id: OTP-13918</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 8.0.2</title>
<section><title>Fixed Bugs and Malfunctions</title>