aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2014-02-17 16:55:10 +0100
committerKamil Dudka <kdudka@redhat.com>2014-02-18 10:35:41 +0100
commit03c288202ed159a2a9e953f59e58f69a86eda79b (patch)
tree2cb7f5ef94edf91fc4d443559c782cb06b3dd3e7 /docs
parent938f93549fd2de87527b26c0730d4b1140ce62a1 (diff)
curl.1: update the description of --tlsv1
... and mention the --tlsv1.[0-2] options in the --tslv1 entry Reported-by: Hubert Kario
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.15
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 722d1190b..f0adf826e 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -147,7 +147,10 @@ HTTP 2 to negoatiate HTTP 2 support with the server during https sessions.
(Added in 7.36.0)
.IP "-1, --tlsv1"
(SSL)
-Forces curl to use TLS version 1 when negotiating with a remote TLS server.
+Forces curl to use TLS version 1.x when negotiating with a remote TLS server.
+You can use options \fI--tlsv1.0\fP, \fI--tlsv1.1\fP, and \fI--tlsv1.2\fP to
+control the TLS version more precisely (if the SSL backend in use supports such
+a level of control).
.IP "-2, --sslv2"
(SSL)
Forces curl to use SSL version 2 when negotiating with a remote SSL server.