summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-06-03 02:48:34 +0000
committerBen Laurie <ben@openssl.org>2008-06-03 02:48:34 +0000
commit8671b898609777c95aedf33743419a523874e6e8 (patch)
treec990da274ac4414776ab16f8f755133ec010c7be /CHANGES
parent4f7f4117194c44fede3a32baf0f5905c4800ffa2 (diff)
Memory saving patch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5c50787cd..78272fac5b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8g and 0.9.9 [xx XXX xxxx]
+ *) Add a new SSL_MODE_RELEASE_BUFFERS mode flag to release unused buffer
+ RAM on SSL connections. This option can save about 34k per idle SSL.
+ [Nick Mathewson]
+
*) Expand ENGINE to support engine supplied SSL client certificate functions.
[Steve Henson]