gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 04/150: TODO: CURL_REFUSE_CLEARTEXT


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 04/150: TODO: CURL_REFUSE_CLEARTEXT
Date: Fri, 30 Mar 2018 16:47:38 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit fd9f20737e36697a423eff3929150103b1e51abd
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Jan 25 08:16:55 2018 +0100

    TODO: CURL_REFUSE_CLEARTEXT
    
    An idea that popped up in discussions on twitter.
---
 docs/TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index 25f860b42..e36017c75 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]