aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/notes.xml
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-02-17 16:03:55 +0000
committerErlang/OTP <[email protected]>2010-02-17 16:03:55 +0000
commit64d4c5a1a59b00596dd196b1c204825828c246b9 (patch)
tree04f09deae1c1e6c5c3e6802286eea905fc07f2f1 /lib/ssl/doc/src/notes.xml
parent332591f03f7bc4585c8c108c192ab3bba6fec12c (diff)
downloadotp-64d4c5a1a59b00596dd196b1c204825828c246b9.tar.gz
otp-64d4c5a1a59b00596dd196b1c204825828c246b9.tar.bz2
otp-64d4c5a1a59b00596dd196b1c204825828c246b9.zip
ssl: Prepare release
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r--lib/ssl/doc/src/notes.xml48
1 files changed, 45 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml
index 14dfe616ba..4265445d23 100644
--- a/lib/ssl/doc/src/notes.xml
+++ b/lib/ssl/doc/src/notes.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>1999</year><year>2009</year>
+ <year>1999</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -13,12 +13,12 @@
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
-
+
</legalnotice>
<title>SSL Release Notes</title>
@@ -31,6 +31,48 @@
<p>This document describes the changes made to the SSL application.
</p>
+<section><title>SSL 3.10.8</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p><c>ssl:send/2</c> ignored packet option, fix provided
+ by YAMASHINA Hio.</p>
+ <p>Fixed a file cache bug which caused problems when the
+ same file was used for both cert and cacert.</p>
+ <p>Allow <c>ssl:listen/2</c> to be called with option
+ {ssl_imp, old}.</p>
+ <p> Fixed ssl:setopts(Socket, binary) which didn't work
+ for 'new' ssl.</p>.
+ <p>
+ Own Id: OTP-8441</p>
+ </item>
+ <item>
+ <p>
+ Do a controlled shutdown if a non ssl packet arrives as
+ the first packet.</p>
+ <p>
+ Own Id: OTP-8459 Aux Id: seq11505 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>Fixed session reuse (in new_ssl), thanks Wil Tan.</p>
+ <p>Send CA list during Certificate Request (in new_ssl) ,
+ thanks Wil Tan.</p> <p><c>NOTE</c>: SSL (new_ssl)
+ requires public_key-0.5.</p>
+ <p>
+ Own Id: OTP-8372</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>SSL 3.10.7</title>
<section><title>Fixed Bugs and Malfunctions</title>