From: Daniel Stenberg Date: Tue, 6 Feb 2024 07:58:52 +0000 (+0100) Subject: TODO: Support latest rustls X-Git-Tag: curl-8_7_0~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8050761e1a5288721215636ad81d8eb301cc98a4;p=thirdparty%2Fcurl.git TODO: Support latest rustls Closes #12737 Closes #12874 --- diff --git a/docs/TODO b/docs/TODO index 162944360d..045e5ed978 100644 --- a/docs/TODO +++ b/docs/TODO @@ -126,6 +126,7 @@ 13.12 Reduce CA certificate bundle reparsing 13.13 Make sure we forbid TLS 1.3 post-handshake authentication 13.14 Support the clienthello extension + 13.15 Support latest rustls 14. GnuTLS 14.2 check connection @@ -922,6 +923,14 @@ https://datatracker.ietf.org/doc/html/rfc7685 https://github.com/curl/curl/issues/2299 +13.15 Support latest rustls + + The rustls backend does not build with the latest rustls-ffi version due to + API changes. Taking this bump should be a first step towards fixing the + remaining issues that still keeps the rustls backend experimental in curl. + + See https://github.com/curl/curl/issues/12737 + 14. GnuTLS 14.2 check connection