aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/notes.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-06-08 12:19:49 +0000
committerErlang/OTP <[email protected]>2010-06-08 15:37:24 +0200
commit59b1c9eac599c563610cfe6e7bf8517ed58d54d3 (patch)
tree4b7d890fa31213e4a7c1a93704b724aee0503866 /lib/ssl/doc/src/notes.xml
parent899bcc01ae88166529c473f603e0f82e6052ccc8 (diff)
downloadotp-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/src/notes.xml')
-rw-r--r--lib/ssl/doc/src/notes.xml26
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>