diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2011-08-03 22:20:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-07 22:58:31 +0200 |
commit | 3d919440c80333c496fbb52bf5284c8d84a320cd (patch) | |
tree | 38122d41812cc4056c884157864bcece6372ae5e /TODO-RELEASE | |
parent | 339fef444032da541cb8bf2c74f764893c935b7c (diff) | |
download | curl-3d919440c80333c496fbb52bf5284c8d84a320cd.tar.gz |
OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available, reduces memory use
See also :
http://www.openssl.org/docs/ssl/SSL_CTX_set_mode.html
http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
Signed-off-by: Cristian RodrÃguez <crrodriguez@opensuse.org>
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index b6ff7db5e..7255985b6 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -43,9 +43,6 @@ To be addressed in 7.21.8 (or 7.22.0?) http://curl.haxx.se/mail/lib-2011-07/0186.html and http://curl.haxx.se/mail/lib-2011-08/0008.html -305 - "Use SSL_MODE_RELEASE_BUFFERS if available," by Cristian Rodríguez - http://curl.haxx.se/mail/lib-2011-08/0017.html - 306 - SSL Sessions shared by Alejandro Alvarez Ayllon http://curl.haxx.se/mail/lib-2011-08/0002.html |