mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs
Fixes #12982 Closes #16964
This commit is contained in:
parent
f9daa75a3b
commit
a638828c88
23 changed files with 194 additions and 11 deletions
|
|
@ -659,6 +659,9 @@ const struct helptxt helptext[] = {
|
|||
{"-i, --show-headers",
|
||||
"Show response headers in output",
|
||||
CURLHELP_IMPORTANT | CURLHELP_VERBOSE | CURLHELP_OUTPUT},
|
||||
{" --sigalgs <list>",
|
||||
"TLS signature algorithms to use",
|
||||
CURLHELP_TLS},
|
||||
{"-s, --silent",
|
||||
"Silent mode",
|
||||
CURLHELP_IMPORTANT | CURLHELP_VERBOSE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue