diff options
author | Magnus Lidén <[email protected]> | 2014-01-24 14:44:52 +0100 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2014-01-24 14:44:52 +0100 |
commit | 30d324bda9f9dd5d79fc01ff49b1ccdf4899666e (patch) | |
tree | cf9fe71ed49102234bf1ee9af20220c666c5f985 /lib/ssl/doc/src | |
parent | 5d2bacd788c7cd95b079fc152599cf26c1ddd51c (diff) | |
parent | 23790daf1a2d384b0fc11c655fa825151d9fa420 (diff) | |
download | otp-30d324bda9f9dd5d79fc01ff49b1ccdf4899666e.tar.gz otp-30d324bda9f9dd5d79fc01ff49b1ccdf4899666e.tar.bz2 otp-30d324bda9f9dd5d79fc01ff49b1ccdf4899666e.zip |
Merge tag 'OTP_R16B03-1'
The R16B03-1 release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index fb32ccec7b..0b28b1ebd4 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -25,7 +25,41 @@ <file>notes.xml</file> </header> <p>This document describes the changes made to the SSL application.</p> - <section><title>SSL 5.3.2</title> + <section><title>SSL 5.3.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add missing validation of the server_name_indication + option and test for its explicit use. It was not possible + to set or disable the default server_name_indication as + the validation of the option was missing.</p> + <p> + Own Id: OTP-11567</p> + </item> + <item> + <p> + Elliptic curve selection in server mode now properly + selects a curve suggested by the client, if possible, and + the fallback alternative is changed to a more widely + supported curve.</p> + <p> + Own Id: OTP-11575</p> + </item> + <item> + <p> + Bug in the TLS hello extension handling caused the server + to behave as it did not understand secure renegotiation.</p> + <p> + Own Id: OTP-11595</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 5.3.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |