From 63198a4750aeb1f0ec5187946ff884e98e08c98d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Nov 2016 00:14:39 +0100 Subject: curl.1: the new --proxy options ship in 7.52.0 --- docs/curl.1 | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs') 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 " (SSL) Same as --cacert but used in HTTPS proxy context. -(Added in 7.XXX) +(Added in 7.52.0) .IP "--proxy-capath " (SSL) Same as --capath but used in HTTPS proxy context. -(Added in 7.XXX) +(Added in 7.52.0) .IP "--proxy-cert " (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 " (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 " (SSL) Same as \fI--ciphers\fP but used in HTTPS proxy context. -(Added in 7.XXX) +(Added in 7.52.0) .IP "--proxy-crlfile " (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 " (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 " (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 " (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 " 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 " Same as \fI--tlsauthtype\fP but used in HTTPS proxy context. -(Added in 7.XXX) +(Added in 7.52.0) .IP "--proxy-tlspassword " Same as \fI--tlspassword\fP but used in HTTPS proxy context. -(Added in 7.XXX) +(Added in 7.52.0) .IP "--proxy-tlsuser " 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 " Use the specified HTTP 1.0 proxy. If the port number is not specified, it is assumed at port 1080. -- cgit v1.2.3