From 8050761e1a5288721215636ad81d8eb301cc98a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Feb 2024 08:58:52 +0100 Subject: [PATCH] TODO: Support latest rustls Closes #12737 Closes #12874 --- docs/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) 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