]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove session export item
authorDan Fandrich <dan@coneharvesters.com>
Sun, 10 Aug 2025 05:27:41 +0000 (22:27 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 11 Aug 2025 19:04:57 +0000 (12:04 -0700)
This was implemented in #15924

Ref: #15924
Closes #18243

docs/TODO

index 49674155d3dd4db240b0e29e5e0b2874e22d244e..62d1f60f021bb1a6cad3be25174788100aaeb3f1 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  13.2 TLS channel binding
  13.3 Defeat TLS fingerprinting
  13.4 Consider OCSP stapling by default
- 13.5 Export session ids
  13.6 Provide callback for cert verification
  13.7 Less memory massaging with Schannel
  13.8 Support DANE
 
  https://github.com/curl/curl/issues/15483
 
-13.5 Export session ids
-
- 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".
-
 13.6 Provide callback for cert verification
 
  OpenSSL supports a callback for customised verification of the peer