aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2011-03-14 18:18:42 +0100
committerErlang/OTP <[email protected]>2011-03-14 18:18:42 +0100
commit91b2e57ea0e3ab794d4b57a12ef10205383525a5 (patch)
treea6f86f2dd5fba88e45d266f86e2bee0711c4d49e /lib/ssl/doc/src/notes.xml
parent34534ab6f713c9b835e40e72fc23de0dd781da08 (diff)
downloadotp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.gz
otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.tar.bz2
otp-91b2e57ea0e3ab794d4b57a12ef10205383525a5.zip
Prepare releaseOTP_R14B02
Diffstat (limited to 'lib/ssl/doc/src/notes.xml')
-rw-r--r--lib/ssl/doc/src/notes.xml29
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>