From ada2a055fd183082bcefd5e4b94477959e75ebee Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 6 Dec 2010 12:31:03 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'lib/ssl') diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 756c0d1b1f..313f1e59c9 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -31,7 +31,48 @@

This document describes the changes made to the SSL application.

-
SSL 4.1 +
SSL 4.1.1 + +
Fixed Bugs and Malfunctions + + +

+ Correct handling of client certificate verify message + When checking the client certificate verify message the + server used the wrong algorithm identifier to determine + the signing algorithm, causing a function clause error in + the public_key application when the key-exchange + algorithm and the public key algorithm of the client + certificate happen to differ.

+

+ Own Id: OTP-8897

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

+ For testing purposes ssl now also support some anonymous + cipher suites when explicitly configured to do so.

+

+ Own Id: OTP-8870

+
+ +

+ Sends an error alert instead of crashing if a crypto + function for the selected cipher suite fails.

+

+ Own Id: OTP-8930 Aux Id: seq11720

+
+
+
+ +
+ +
SSL 4.1
Improvements and New Features -- cgit v1.2.3