aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cmdline-opts/tlsv1.3.d
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-10 03:25:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-10 03:25:29 +0000
commite1ff5a7aa030e27787b22bbf24eb069c8e6c11b8 (patch)
tree89b0208ca55971e6700beb987bc77fab72a9c67f /docs/cmdline-opts/tlsv1.3.d
parent9aa1a64cabedcc41f8be6608e0ee872b56c454a3 (diff)
parentc3c04f457bfe878abba216d3e76c08b65fc22694 (diff)
downloadexternal_curl-e1ff5a7aa030e27787b22bbf24eb069c8e6c11b8.tar.gz
external_curl-e1ff5a7aa030e27787b22bbf24eb069c8e6c11b8.tar.bz2
external_curl-e1ff5a7aa030e27787b22bbf24eb069c8e6c11b8.zip
Merge "Upgrade curl to curl-7_72_0"HEADmaster
Diffstat (limited to 'docs/cmdline-opts/tlsv1.3.d')
-rw-r--r--docs/cmdline-opts/tlsv1.3.d10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/cmdline-opts/tlsv1.3.d b/docs/cmdline-opts/tlsv1.3.d
index 7061a61b..19da857b 100644
--- a/docs/cmdline-opts/tlsv1.3.d
+++ b/docs/cmdline-opts/tlsv1.3.d
@@ -3,8 +3,10 @@ Help: Use TLSv1.3 or greater
Protocols: TLS
Added: 7.52.0
---
-Forces curl to use TLS version 1.3 or later when connecting to a remote TLS server.
+Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
+server.
-Note that TLS 1.3 is only supported by a subset of TLS backends. At the time
-of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
-later, and macOS 10.13 or later).
+If the connection is done without TLS, this option has no effect. This
+includes QUIC-using (HTTP/3) transfers.
+
+Note that TLS 1.3 is not supported by all TLS backends.