mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:23:31 +03:00
darwinssl: add support for TLSv1.3
Closes https://github.com/curl/curl/pull/1794
This commit is contained in:
parent
2592241d63
commit
3e492e03b3
2 changed files with 83 additions and 12 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue