From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 31bb7e37e7..6c01954010 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,70 @@

This document describes the changes made to the SSL application.

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

+ Sometimes the client process could receive an extra + {error, closed} message after ssl:recv had returned + {error, closed}.

+

+ Own Id: OTP-10118

+
+ +

+ ssl v3 alert number 41 (no_certificate_RESERVED) is now + recognized

+

+ Own Id: OTP-10196

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

+ Experimental support for TLS 1.1 is now available, will + be officially supported from OTP-R16. Thanks to Andreas + Schultz for implementing the first version.

+

+ Own Id: OTP-8871

+
+ +

+ Experimental support for TLS 1.2 is now available, will + be officially supported from OTP-R16. Thanks to Andreas + Schultz for implementing the first version.

+

+ Own Id: OTP-8872

+
+ +

+ Removed some bottlenecks increasing the applications + parallelism especially for the client side.

+

+ Own Id: OTP-10113

+
+ +

+ Workaround for handling certificates that wrongly encode + X509countryname in utf-8 when the actual value is a valid + ASCCI value of length 2. Such certificates are accepted + by many browsers such as Chrome and Fierfox so for + interoperability reasons we will too.

+

+ Own Id: OTP-10222

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