aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-25 00:14:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-25 00:14:39 +0100
commit63198a4750aeb1f0ec5187946ff884e98e08c98d (patch)
treee1a1e1f1672798cc1fa25aa60493694a5ae8186a /docs
parent6832c1d4b2a9eb97a36bb6565c84a8eef451a39c (diff)
curl.1: the new --proxy options ship in 7.52.0
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.134
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 04346867e..d2765ab19 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1470,31 +1470,31 @@ Tells curl to use HTTP Digest authentication when communicating with the given
proxy. Use \fI--digest\fP for enabling HTTP Digest with a remote host.
.IP "--proxy-cacert <CA certificate>"
(SSL) Same as --cacert but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-capath <CA certificate directory>"
(SSL) Same as --capath but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-cert <certificate[:password]>"
(SSL) Same as \fI--cert\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-cert-type <type>"
(SSL) Same as \fI--cert-type\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-ciphers <list of ciphers>"
(SSL) Same as \fI--ciphers\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-crlfile <file>"
(HTTPS) Same as \fI--crlfile\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-insecure"
(SSL) Same as \fI--insecure\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-key <key>"
(SSL) Same as \fI--key\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-key-type <type>"
(SSL) Same as \fI--key-type\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-negotiate"
Tells curl to use HTTP Negotiate (SPNEGO) authentication when communicating
with the given proxy. Use \fI--negotiate\fP for enabling HTTP Negotiate (SPNEGO)
@@ -1504,7 +1504,7 @@ Tells curl to use HTTP NTLM authentication when communicating with the given
proxy. Use \fI--ntlm\fP for enabling NTLM with a remote host.
.IP "--proxy-pass <phrase>"
(SSL) Same as \fI--pass\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-service-name <servicename>"
This option allows you to change the service name for proxy negotiation.
@@ -1512,25 +1512,25 @@ Examples: --proxy-negotiate proxy-name \fI--proxy-service-name\fP sockd would us
sockd/proxy-name. (Added in 7.43.0).
.IP "--proxy-ssl-allow-beast"
(SSL) Same as \fI--ssl-allow-beast\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-sslv2"
(SSL) Same as \fI--sslv2\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-sslv3"
(SSL) Same as \fI--sslv3\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-tlsauthtype <authtype>"
Same as \fI--tlsauthtype\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-tlspassword <password>"
Same as \fI--tlspassword\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-tlsuser <user>"
Same as \fI--tlsuser\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy-tlsv1"
(SSL) Same as \fI--tlsv1\fP but used in HTTPS proxy context.
-(Added in 7.XXX)
+(Added in 7.52.0)
.IP "--proxy1.0 <proxyhost[:port]>"
Use the specified HTTP 1.0 proxy. If the port number is not specified, it is
assumed at port 1080.