From 91b2e57ea0e3ab794d4b57a12ef10205383525a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2011 18:18:42 +0100 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (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 1d8380e881..52ee9c086a 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -31,7 +31,34 @@

This document describes the changes made to the SSL application.

-
SSL 4.1.3 +
SSL 4.1.4 + +
Improvements and New Features + + +

+ Reduced memory footprint of an ssl connection.

+

+ Handshake hashes, premaster secret and "public_key_info" + does not need to be saved when the connection has been + established. The own certificate is no longer duplicated + in the state.

+

+ Own Id: OTP-9021

+
+ +

+ Add the option {hibernate_after, int()} to ssl:connect + and ssl:listen

+

+ Own Id: OTP-9106

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