From 23790daf1a2d384b0fc11c655fa825151d9fa420 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 24 Jan 2014 12:30:47 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'lib/ssl') 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 @@ notes.xml

This document describes the changes made to the SSL application.

-
SSL 5.3.2 +
SSL 5.3.3 + +
Fixed Bugs and Malfunctions + + +

+ 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.

+

+ Own Id: OTP-11567

+
+ +

+ 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.

+

+ Own Id: OTP-11575

+
+ +

+ Bug in the TLS hello extension handling caused the server + to behave as it did not understand secure renegotiation.

+

+ Own Id: OTP-11595

+
+
+
+ +
+ +
SSL 5.3.2
Fixed Bugs and Malfunctions -- cgit v1.2.3