From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 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 301ff21068..9f706d435e 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 +
SSL 5.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Setopts during renegotiation caused the renegotiation to + be unsuccessful.

+

+ If calling setopts during a renegotiation the FSM state + might change during the handling of the setopts messages, + this is now handled correctly.

+

+ Own Id: OTP-11228

+
+ +

+ Now handles signature_algorithm field in digitally_signed + properly with proper defaults. Prior to this change some + elliptic curve cipher suites could fail reporting the + error "bad certificate".

+

+ Own Id: OTP-11229

+
+ +

+ The code emulating the inet header option was changed in + the belief that it made it inet compatible. However the + testing is a bit hairy as the inet option is actually + broken, now the tests are corrected and the header option + should work in the same broken way as inet again, + preferably use the bitsyntax instead.

+

+ Own Id: OTP-11230

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

+ Make the ssl manager name for erlang distribution over + SSL/TLS relative to the module name of the ssl_manager.

+

+ This can be beneficial when making tools that rename + modules for internal processing in the tool.

+

+ Own Id: OTP-11255

+
+ +

+ Add documentation regarding log_alert option.

+

+ Own Id: OTP-11271

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