diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-28 23:05:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-29 09:15:34 +0200 |
commit | 08c845cfdb66b8a4e61f92ec512ae41d9700b9ec (patch) | |
tree | 0956a3e9eb46bc49e675d8a853da868d9acf9274 /docs/cmdline-opts | |
parent | 24cb114c53bd60495920c1aa3455290ea4b624dd (diff) |
openssl: allow TLS 1.3 by default
Reported-by: Andreas Olsson
Fixes #2692
Closes #2693
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/tlsv1.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/tlsv1.d b/docs/cmdline-opts/tlsv1.d index 9c9f6b3f5..4cb405697 100644 --- a/docs/cmdline-opts/tlsv1.d +++ b/docs/cmdline-opts/tlsv1.d @@ -8,5 +8,5 @@ Requires: TLS See-also: http1.1 http2 Help: Use TLSv1.0 or greater --- -Tells curl to use TLS version 1.x when negotiating with a remote TLS -server. That means TLS version 1.0, 1.1 or 1.2. +Tells curl to use at least TLS version 1.x when negotiating with a remote TLS +server. That means TLS version 1.0 or higher |