aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-13 09:56:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-13 09:56:29 +0000
commit60f19269d04c46b76171aced76781f7bba9ec4a4 (patch)
treeb8e5fc9a3b309fc850b916307108414277622a71 /docs
parent5121499082301ba2fd66e67a418ee8efc4c7e9cf (diff)
interface to export/import SSL session IDs
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index c414d4b05..844a8e2e9 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -101,6 +101,12 @@ TODO
SSL
+ * Add an interface to libcurl that enables "session IDs" to get
+ exported/imported. Cris Bailiff said: "OpenSSL has functions which can
+ serialise the current SSL state to a buffer of your choice, and
+ recover/reset the state from such a buffer at a later date - this is used
+ by mod_ssl for apache to implement and SSL session ID cache"
+
* Make curl's SSL layer option capable of using other free SSL libraries.
Such as the Mozilla Security Services
(http://www.mozilla.org/projects/security/pki/nss/) and GNUTLS