You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl has option CURLOPT_SSL_CIPHER_LIST to set cipher to ssl SSL_CTX_set_cipher_list
could curl add option set signature algorithm to ssl SSL_CTX_set1_sigalgs_list()
I expected the following
curl has option CURLOPT_SSL_CIPHER_LIST to set cipher to ssl SSL_CTX_set_cipher_list
could curl add option set signature algorithm to ssl SSL_CTX_set1_sigalgs_list()
curl/libcurl version
curl 8.5.0
operating system
Windows
The text was updated successfully, but these errors were encountered:
Thanks, but this description sounds as if you're asking for a new feature/change. We use this tracker for bugs and issues only, we put ideas to work on in the future in the TODO document. We basically drown in good ideas so they don't do much use in our tracker.
If you really want to see this happen, start working on an implementation and submit a PR for it or join the mailing list and talk up more interest for it and see what help from others you can get!
I did this
curl has option CURLOPT_SSL_CIPHER_LIST to set cipher to ssl SSL_CTX_set_cipher_list
could curl add option set signature algorithm to ssl SSL_CTX_set1_sigalgs_list()
I expected the following
curl has option CURLOPT_SSL_CIPHER_LIST to set cipher to ssl SSL_CTX_set_cipher_list
could curl add option set signature algorithm to ssl SSL_CTX_set1_sigalgs_list()
curl/libcurl version
curl 8.5.0
operating system
Windows
The text was updated successfully, but these errors were encountered: