diff options
author | Ingela Anderton Andin <[email protected]> | 2010-06-08 12:19:49 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-08 15:37:24 +0200 |
commit | 59b1c9eac599c563610cfe6e7bf8517ed58d54d3 (patch) | |
tree | 4b7d890fa31213e4a7c1a93704b724aee0503866 /lib/ssl/doc | |
parent | 899bcc01ae88166529c473f603e0f82e6052ccc8 (diff) | |
download | otp-59b1c9eac599c563610cfe6e7bf8517ed58d54d3.tar.gz otp-59b1c9eac599c563610cfe6e7bf8517ed58d54d3.tar.bz2 otp-59b1c9eac599c563610cfe6e7bf8517ed58d54d3.zip |
Move dsa ticket to r14a release
(This is the merge of r13 version to r14_dev)
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 8028e94484..f213bd11ae 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -32,22 +32,23 @@ </p> <section><title>SSL 3.11.1</title> - + <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> + <list> + <item> <p> Fixed handling of several ssl/tls packets arriving at the - same time. This was broken during a refactoring of the + same time. This was broken during a refactoring of the code.</p> - <p> - Own Id: OTP-8679</p> - </item> + <p> + Own Id: OTP-8679</p> + </item> </list> </section> + <section><title>Improvements and New Features</title> - <list> + <list> <item> <p> Added missing checks for padding and Mac value. Removed @@ -75,13 +76,6 @@ </item> <item> <p> - New ssl now support client/server-certificates signed by - dsa keys.</p> - <p> - Own Id: OTP-8587</p> - </item> - <item> - <p> Alert handling has been improved to better handle unexpected but valid messages and the implementation is also changed to avoid timing related issues that could @@ -94,7 +88,7 @@ </item> </list> </section> - + </section> <section><title>SSL 3.11</title> |