aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-01-14 11:43:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-01-14 11:43:36 +0100
commit5b591829b63cf24351a047fb502380dad92a0cd8 (patch)
tree8da4e5af02946ca6bc1794398b09d71eed660c9c /docs
parent9d497c6afeffcac06c446fb7226296e290f46db3 (diff)
TODO: Allow SSL (HTTPS) to proxy
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 4c5af2b8c..c87c4f8b9 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -18,6 +18,7 @@
1.5 get rid of PATH_MAX
1.6 Modified buffer size approach
1.7 Detect when called from witin callbacks
+ 1.8 Allow SSL (HTTPS) to proxy
2. libcurl - multi interface
2.1 More non-blocking
@@ -180,6 +181,12 @@
subsequently can add code within libcurl that returns error if called within
callbacks for when that's not supported.
+1.8 Allow SSL (HTTPS) to proxy
+
+ To prevent local users from snooping on your traffic to the proxy. Supported
+ by Chrome already:
+ http://www.chromium.org/developers/design-documents/secure-web-proxy
+
2. libcurl - multi interface