mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
TODO: Allow SSL (HTTPS) to proxy
This commit is contained in:
parent
9d497c6afe
commit
5b591829b6
@ -18,6 +18,7 @@
|
|||||||
1.5 get rid of PATH_MAX
|
1.5 get rid of PATH_MAX
|
||||||
1.6 Modified buffer size approach
|
1.6 Modified buffer size approach
|
||||||
1.7 Detect when called from witin callbacks
|
1.7 Detect when called from witin callbacks
|
||||||
|
1.8 Allow SSL (HTTPS) to proxy
|
||||||
|
|
||||||
2. libcurl - multi interface
|
2. libcurl - multi interface
|
||||||
2.1 More non-blocking
|
2.1 More non-blocking
|
||||||
@ -180,6 +181,12 @@
|
|||||||
subsequently can add code within libcurl that returns error if called within
|
subsequently can add code within libcurl that returns error if called within
|
||||||
callbacks for when that's not supported.
|
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
|
2. libcurl - multi interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user