diff options
author | Erlang/OTP <[email protected]> | 2014-01-24 12:30:47 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-01-24 12:30:47 +0100 |
commit | 23790daf1a2d384b0fc11c655fa825151d9fa420 (patch) | |
tree | 639b427a78c17734e0c8f7398f99d74630184d03 /lib/ssl | |
parent | ff670ef98fa2d859c7fb4737ef836890fdf91d68 (diff) | |
download | otp-23790daf1a2d384b0fc11c655fa825151d9fa420.tar.gz otp-23790daf1a2d384b0fc11c655fa825151d9fa420.tar.bz2 otp-23790daf1a2d384b0fc11c655fa825151d9fa420.zip |
Prepare releaseOTP_R16B03-1
Diffstat (limited to 'lib/ssl')
-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 b1c34ca669..141f076eed 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> |