From cfea5eea406ba3af96588ff458e55de9a149d9c5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Sun, 1 Apr 2012 20:14:41 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 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 1e1fe0d119..a4da939d3e 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,53 @@

This document describes the changes made to the SSL application.

-
SSL 5.0 +
SSL 5.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Robustness and improvement to distribution over SSL

+

+ Fix a bug where ssl_tls_dist_proxy would crash at caller + timeout. Fix a bug where a timeout from the SSL layer + would block the distribution indefinately. Run the proxy + exclusively on the loopback interface. (Thanks to Paul + Guyot)

+

+ Own Id: OTP-9915

+
+ +

+ Fix setup loop of SSL TLS dist proxy

+

+ Fix potential leak of processes waiting indefinately for + data from closed sockets during socket setup phase. + (Thanks to Paul Guyot)

+

+ Own Id: OTP-9916

+
+ +

+ Correct spelling of registered (Thanks to Richard + Carlsson)

+

+ Own Id: OTP-9925

+
+ +

+ Added TLS PRF function to the SSL API for generation of + additional key material from a TLS session. (Thanks to + Andreas Schultz)

+

+ Own Id: OTP-10024

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