From d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 26 Nov 2012 15:48:29 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 6c01954010..7e751a215d 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,39 @@

This document describes the changes made to the SSL application.

-
SSL 5.1 +
SSL 5.1.1 + +
Fixed Bugs and Malfunctions + + +

+ ssl:recv/3 could "loose" data when the timeout occurs. If + the timout in ssl:connect or ssl:ssl_accept expired the + ssl connection process was not terminated as it should, + this due to gen_fsm:send_all_state_event timout is a + client side time out. These timouts are now handled by + the gen_fsm-procss instead.

+

+ Own Id: OTP-10569

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

+ Better termination handling that avoids hanging.

+

+ Own Id: OTP-10574

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