TODO: Select signature algorithms

Closes #12982
This commit is contained in:
Daniel Stenberg 2024-02-27 17:41:40 +01:00
parent f540e43b9d
commit 01b42aa08b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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