diff options
author | Lukas Larsson <[email protected]> | 2016-08-09 10:10:30 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-08-09 10:10:30 +0200 |
commit | 3dc416bb89e577c83e16c306fd4821da03681ab9 (patch) | |
tree | e21e65d8519c359a8d1f89b261cfa68a3420f241 /lib/ssl/doc/src/notes.xml | |
parent | 4e4081d091756e86c2d0dce3ccee4aa6fedbf531 (diff) | |
parent | 1db9e32445dc368c6073e3b412567d81a2b5eeb2 (diff) | |
download | otp-3dc416bb89e577c83e16c306fd4821da03681ab9.tar.gz otp-3dc416bb89e577c83e16c306fd4821da03681ab9.tar.bz2 otp-3dc416bb89e577c83e16c306fd4821da03681ab9.zip |
Merge branch 'maint'
Conflicts:
OTP_VERSION
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 3b6f988a2d..9d68ee0eee 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,26 @@ <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The TLS/SSL protocol version selection for the SSL server + has been corrected to follow RFC 5246 Appendix E.1 + especially in case where the list of supported versions + has gaps. Now the server selects the highest protocol + version it supports that is not higher than what the + client supports.</p> + <p> + Own Id: OTP-13753 Aux Id: seq13150 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.0</title> <section><title>Fixed Bugs and Malfunctions</title> |