diff options
author | Erlang/OTP <[email protected]> | 2010-12-06 12:31:03 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-12-06 12:31:03 +0100 |
commit | ada2a055fd183082bcefd5e4b94477959e75ebee (patch) | |
tree | b9b376971c3a786c8e03c7a58c98b248f6f719c3 /lib/ssl/doc/src | |
parent | 269acf0d855a20bdec2c390f4b3aed607f05f7ee (diff) | |
download | otp-ada2a055fd183082bcefd5e4b94477959e75ebee.tar.gz otp-ada2a055fd183082bcefd5e4b94477959e75ebee.tar.bz2 otp-ada2a055fd183082bcefd5e4b94477959e75ebee.zip |
Prepare release
Diffstat (limited to 'lib/ssl/doc/src')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 43 |
1 files changed, 42 insertions, 1 deletions
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 @@ <p>This document describes the changes made to the SSL application. </p> - <section><title>SSL 4.1</title> + <section><title>SSL 4.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-8897</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + For testing purposes ssl now also support some anonymous + cipher suites when explicitly configured to do so.</p> + <p> + Own Id: OTP-8870</p> + </item> + <item> + <p> + Sends an error alert instead of crashing if a crypto + function for the selected cipher suite fails.</p> + <p> + Own Id: OTP-8930 Aux Id: seq11720 </p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 4.1</title> <section><title>Improvements and New Features</title> <list> |