diff options
author | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
commit | 30779c7f9e9c2e961548df333df842c7aa39b297 (patch) | |
tree | ba6b00d65f5d69d1a81cc7bbbf2e8e66a35e8b6a /lib/ssl/doc/src/notes.xml | |
parent | 61c6577254568abd92c2d8d00c948cf230e602ca (diff) | |
parent | f861b4fdb3fd39e35f2951c53a73b30a98c7f973 (diff) | |
download | otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.gz otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.bz2 otp-30779c7f9e9c2e961548df333df842c7aa39b297.zip |
Merge branch 'dev' into bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 29 |
1 files changed, 28 insertions, 1 deletions
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 @@ <p>This document describes the changes made to the SSL application. </p> - <section><title>SSL 4.1.3</title> + <section><title>SSL 4.1.4</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Reduced memory footprint of an ssl connection.</p> + <p> + 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.</p> + <p> + Own Id: OTP-9021</p> + </item> + <item> + <p> + Add the option {hibernate_after, int()} to ssl:connect + and ssl:listen</p> + <p> + Own Id: OTP-9106</p> + </item> + </list> + </section> + +</section> + +<section><title>SSL 4.1.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |