aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/notes.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-09-29 15:52:28 +0200
committerIngela Anderton Andin <[email protected]>2016-09-29 15:52:28 +0200
commit5a90bfbc9d29f9a5628c47ad30174f7d2c482768 (patch)
tree0940eac759d4bb691a111292ee35b53a08fae056 /lib/ssl/doc/src/notes.xml
parentfc256e18f488ec96f87ee28ad049b7c0c07d8395 (diff)
parentadf1db2fe70c45e7dfff8752a8490b5366813391 (diff)
downloadotp-5a90bfbc9d29f9a5628c47ad30174f7d2c482768.tar.gz
otp-5a90bfbc9d29f9a5628c47ad30174f7d2c482768.tar.bz2
otp-5a90bfbc9d29f9a5628c47ad30174f7d2c482768.zip
Merge branch 'maint'
Conflicts: OTP_VERSION
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-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>