Skip to content

curl: Enable schannel TLS 1.3 support on Windows 11

Brad King requested to merge brad.king/cmake:curl-windows-restore-tls1.3 into master

Revert !7894 (merged). The curl bug it avoided was fixed by upstream curl commit 4f42150d0 (sendf: change Curl_read_plain to wrap Curl_recv_plain , 2022-11-14, curl-7_87_0~129, curl PR 9949), which we have since recently updating to curl 7.87.0 in !8131 (merged).

Issue: #24147 (closed)
Backport: release

Merge request reports