curl.1: the new --proxy options ship in 7.52.0

This commit is contained in:
Daniel Stenberg 2016-11-25 00:14:39 +01:00
parent 6832c1d4b2
commit 63198a4750
1 changed files with 17 additions and 17 deletions

View File

@ -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.