aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/tlsv1.3.d
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2017-08-16 13:05:09 -0500
committerJay Satiro <raysatiro@yahoo.com>2017-10-05 00:51:38 -0400
commit3e492e03b37ce76cbd0ccca1c001aaa3b17b3372 (patch)
treee227e58e038fefb765d3097e77c569d97431763c /docs/cmdline-opts/tlsv1.3.d
parent2592241d63c1ec56db05575c85b1647d05776e22 (diff)
darwinssl: add support for TLSv1.3
Closes https://github.com/curl/curl/pull/1794
Diffstat (limited to 'docs/cmdline-opts/tlsv1.3.d')
-rw-r--r--docs/cmdline-opts/tlsv1.3.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/tlsv1.3.d b/docs/cmdline-opts/tlsv1.3.d
index 7d9640e71..123589653 100644
--- a/docs/cmdline-opts/tlsv1.3.d
+++ b/docs/cmdline-opts/tlsv1.3.d
@@ -6,4 +6,5 @@ Added: 7.52.0
Forces curl to use TLS version 1.3 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 writing this, those are BoringSSL and NSS only.
+of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
+later, and macOS 10.13 or later).