]> granicus.if.org Git - curl/commitdiff
interface to export/import SSL session IDs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Nov 2001 09:56:29 +0000 (09:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Nov 2001 09:56:29 +0000 (09:56 +0000)
docs/TODO

index c414d4b0534184d899ec8b236735387b3f97624e..844a8e2e9c8be1859fd3f14a7e79e2aab150873e 100644 (file)
--- 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