]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Some TLS options are not offered for HTTPS proxies
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Nov 2023 15:48:16 +0000 (16:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Nov 2023 22:41:21 +0000 (23:41 +0100)
Closes #12286
Closes #12342

docs/TODO

index f487f88aa3818f77483ffa2ebc09fd097f2fd2bd..06162c8bb64cea4f58cd4ade600c0c6aa67ec8fe 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  13.8 Support DANE
  13.9 TLS record padding
  13.10 Support Authority Information Access certificate extension (AIA)
+ 13.11 Some TLS options are not offered for HTTPS proxies
  13.12 Reduce CA certificate bundle reparsing
  13.13 Make sure we forbid TLS 1.3 post-handshake authentication
  13.14 Support the clienthello extension
 
  See https://github.com/curl/curl/issues/2793
 
+13.11 Some TLS options are not offered for HTTPS proxies
+
+ Some TLS related options to the command line tool and libcurl are only
+ provided for the server and not for HTTPS proxies. --proxy-tls-max,
+ --proxy-tlsv1.3, --proxy-curves and a few more.a
+
+ https://github.com/curl/curl/issues/12286
+
 13.12 Reduce CA certificate bundle reparsing
 
  When using the OpenSSL backend, curl will load and reparse the CA bundle at