From: Daniel Stenberg Date: Sun, 2 Aug 2020 09:20:51 +0000 (+0200) Subject: tlsv1.3.d. only for TLS-using connections X-Git-Tag: curl-7_72_0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa4863792aa654f90366192782d1a3b105654d0;p=thirdparty%2Fcurl.git tlsv1.3.d. only for TLS-using connections ... and rephrase that "not all" TLS backends support it. Closes #5764 --- diff --git a/docs/cmdline-opts/tlsv1.3.d b/docs/cmdline-opts/tlsv1.3.d index 7061a61b22..19da857b78 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.