From 01b42aa08bc12dc692a8ce712dce0da09ce9d227 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Feb 2024 17:41:40 +0100 Subject: [PATCH] TODO: Select signature algorithms Closes #12982 --- docs/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/TODO b/docs/TODO index f1b3ccd664..49242227cf 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 Select signature algorithms 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 Select signature algorithms + + Consider adding an option or a way for users to select TLS signature + algorithm. The signature algorithms set by a client are used directly in the + supported signature algorithm in the client hello message. + + https://github.com/curl/curl/issues/12982 + 14. GnuTLS 14.2 check connection -- 2.47.3