]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Select signature algorithms
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Feb 2024 16:41:40 +0000 (17:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Feb 2024 16:41:40 +0000 (17:41 +0100)
Closes #12982

docs/TODO

index f1b3ccd664cb3f741fb5df3ca02e7bdc240bfeba..49242227cf148e5957908e9525c3dd3f3a33654f 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
  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