diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-01-25 08:16:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-25 08:17:09 +0100 |
commit | fd9f20737e36697a423eff3929150103b1e51abd (patch) | |
tree | 4673d952394ba32c2d880e74b1c7155bbc57c59b /docs/TODO | |
parent | 02b7280681a161716283dc574a85989f2f4d99cd (diff) | |
download | curl-fd9f20737e36697a423eff3929150103b1e51abd.tar.gz |
TODO: CURL_REFUSE_CLEARTEXT
An idea that popped up in discussions on twitter.
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -40,6 +40,7 @@ 1.23 Offer API to flush the connection pool 1.24 TCP Fast Open for windows 1.25 Expose tried IP addresses that failed + 1.26 CURL_REFUSE_CLEARTEXT 2. libcurl - multi interface 2.1 More non-blocking @@ -393,6 +394,15 @@ https://github.com/curl/curl/issues/2126 +1.26 CURL_REFUSE_CLEARTEXT + + An environment variable that when set will make libcurl refuse to use any + cleartext network protocol. That's all non-encrypted ones (FTP, HTTP, Gopher, + etc). By adding the check to libcurl and not just curl, this environment + variable can then help users to block all libcurl-using programs from + accessing the network using unsafe protocols. + + 2. libcurl - multi interface 2.1 More non-blocking |