From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) (limited to 'lib/ssl/doc/src/notes.xml') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 9f706d435e..b1c34ca669 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -25,7 +25,69 @@ notes.xml

This document describes the changes made to the SSL application.

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

+ Honors the clients advertised support of elliptic curves + and no longer sends incorrect elliptic curve extension in + server hello.

+

+ Own Id: OTP-11370

+
+ +

+ Fix initialization of DTLS fragment reassembler, in + previously contributed code, for future support of DTLS . + Thanks to Andreas Schultz.

+

+ Own Id: OTP-11376

+
+ +

+ Corrected type error in client_preferred_next_protocols + documentation. Thanks to Julien Barbot.

+

+ Own Id: OTP-11457

+
+
+
+ + +
Improvements and New Features + + +

+ TLS code has been refactored to prepare for future DTLS + support. Also some DTLS code is in place but not yet + runnable, some of it contributed by Andreas Schultz and + some of it written by the OTP team. Thanks to to Andreas + for his participation.

+

+ Own Id: OTP-11292

+
+ +

+ Remove extraneous dev debug code left in the close + function. Thanks to Ken Key.

+

+ Own Id: OTP-11447

+
+ +

+ Add SSL Server Name Indication (SNI) client support. + Thanks to Julien Barbot.

+

+ Own Id: OTP-11460

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