]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: Add TLS 1.3 support
authorWyatt O'Day <wyatt@wyday.com>
Fri, 22 Jul 2022 14:45:28 +0000 (10:45 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 2 Aug 2022 17:54:31 +0000 (13:54 -0400)
commit8beff4355956e3d18ceb3afc21c1f3edec82543c
treea3b88841c8d8ce2928eef3bd46433e74adf145da
parent92179353e5cac4cfb294a1fdcbdbf5d682fc40a1
schannel: Add TLS 1.3 support

- Support TLS 1.3 as the default max TLS version for Windows Server 2022
  and Windows 11.

- Support specifying TLS 1.3 ciphers via existing option
  CURLOPT_TLS13_CIPHERS (tool: --tls13-ciphers).

Closes https://github.com/curl/curl/pull/8419
docs/CIPHERS.md
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3
docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
lib/vtls/schannel.c
lib/vtls/schannel.h