From 64d4c5a1a59b00596dd196b1c204825828c246b9 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Wed, 17 Feb 2010 16:03:55 +0000 Subject: ssl: Prepare release --- lib/ssl/doc/src/notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) (limited to 'lib/ssl/doc/src/notes.xml') 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 @@
- 19992009 + 19992010 Ericsson AB. All Rights Reserved. @@ -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. - + SSL Release Notes @@ -31,6 +31,48 @@

This document describes the changes made to the SSL application.

+
SSL 3.10.8 + +
Fixed Bugs and Malfunctions + + +

ssl:send/2 ignored packet option, fix provided + by YAMASHINA Hio.

+

Fixed a file cache bug which caused problems when the + same file was used for both cert and cacert.

+

Allow ssl:listen/2 to be called with option + {ssl_imp, old}.

+

Fixed ssl:setopts(Socket, binary) which didn't work + for 'new' ssl.

. +

+ Own Id: OTP-8441

+
+ +

+ Do a controlled shutdown if a non ssl packet arrives as + the first packet.

+

+ Own Id: OTP-8459 Aux Id: seq11505

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

Fixed session reuse (in new_ssl), thanks Wil Tan.

+

Send CA list during Certificate Request (in new_ssl) , + thanks Wil Tan.

NOTE: SSL (new_ssl) + requires public_key-0.5.

+

+ Own Id: OTP-8372

+
+
+
+ +
+
SSL 3.10.7
Fixed Bugs and Malfunctions -- cgit v1.2.3