]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: make it "Add missing features to TLS backends"
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jun 2024 21:26:42 +0000 (23:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Jun 2024 06:17:44 +0000 (08:17 +0200)
... instead of just mentioning CA caching.

Closes #13924

docs/TODO

index 24d5a62f1549a73ae4fa3e22a1e10d1989dc0432..d8941fabf8b4cb4ea8bf0e0433170f5d15c42116 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  13.14 Support the clienthello extension
  13.15 Select signature algorithms
  13.16 Share the CA cache
- 13.17 Add CA caching to more TLS backends
+ 13.17 Add missing features to TLS backends
 
  14. GnuTLS
  14.2 check connection
  allow multiple easy handles to reuse the CA cache and save themselves from a
  lot of extra processing overhead.
 
-13.17 Add CA caching to more TLS backends
+13.17 Add missing features to TLS backends
 
- The ability to cache the CA store between invokes can improve transfer
- performance significantly. In curl 8.9.0, only OpenSSL, Schannel and wolfSSL
support this.
+ The feature matrix at https://curl.se/libcurl/c/tls-options.html shows which
+ features are supported by which TLS backends, and thus also where there are
feature gaps.
 
 14. GnuTLS