summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-11 22:34:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-11 22:34:54 +0000
commitc4532b9a07125a8b359f2e5004e635f61e445057 (patch)
tree0cf669933b56534ae4f3abf215e455f3d8d2d83b
parent0e7824d1a940f34def5482b68492a2c2c5143db6 (diff)
downloadgnurl-c4532b9a07125a8b359f2e5004e635f61e445057.tar.gz
gnurl-c4532b9a07125a8b359f2e5004e635f61e445057.tar.bz2
gnurl-c4532b9a07125a8b359f2e5004e635f61e445057.zip
added --ciphers
-rw-r--r--docs/curl.112
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index a93a0dccc..7b303652c 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "11 Sep 2001" "Curl 7.9" "Curl Manual"
+.TH curl 1 "12 Sep 2001" "Curl 7.9" "Curl Manual"
.SH NAME
curl \- get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or
HTTPS syntax.
@@ -91,6 +91,12 @@ also be enforced by using an URL that ends with ";type=A". This option causes
data sent to stdout to be in text mode for win32 systems.
If this option is used twice, the second one will disable ASCII usage.
+.IP "--ciphers <list of ciphers>"
+(SSL) Specifies which ciphers to use in the connection. The list of ciphers
+must be using valid ciphers. Read up on SSL cipher list details on this URL:
+.I http://www.openssl.org/docs/apps/ciphers.html (Option added in curl 7.9)
+
+If this option is used severl times, the last one will override the others.
.IP "--connect-timeout <seconds>"
Maximum time in seconds that you allow the connection to the server to take.
This only limits the connection phase, once curl has connected this option is
@@ -106,7 +112,7 @@ operation. Curl writes all cookies previously read from a specified file as
well as all cookies received from remote server(s). If no cookies are known,
no file will be written. The file will be written using the Netscape cookie
file format. If you set the file name to a single dash, "-", the cookies will
-be written to stdout.
+be written to stdout. (Option added in curl 7.9)
If this option is used several times, the last specfied file name will be
used.
@@ -238,7 +244,7 @@ added in curl 7.6)
When used, this option will make all data specified with -d/--data or
--data-binary to be used in a HTTP GET request instead of the POST request
that otherwise would be used. The data will be appended to the URL with a '?'
-separator.
+separator. (Option added in curl 7.9)
.IP "-h/--help"
Usage help.
.IP "-H/--header <header>"