mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
tlsv1.3 support is broken in curl 8.8.0 with mbedtls 3.6.0. See curl/curl#13653 and Mbed-TLS/mbedtls#9210 for more details. A workaround was implemented in upsteam code, see curl/curl@0c4b4c1 and curl/curl@5f9017d This commit includes patches generated from upstream commits. fix #24365 #24386 Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>