mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
SSL: Pinned public key hash support
This commit is contained in:
parent
c00b18d540
commit
55b78c5ae9
16 changed files with 275 additions and 11 deletions
|
|
@ -156,8 +156,7 @@ static const char *const helptext[] = {
|
|||
" -o, --output FILE Write to FILE instead of stdout",
|
||||
" --pass PASS Pass phrase for the private key (SSL/SSH)",
|
||||
" --path-as-is Do not squash .. sequences in URL path",
|
||||
" --pinnedpubkey FILE Public key (PEM/DER) to verify peer against "
|
||||
"(OpenSSL/GnuTLS/NSS/wolfSSL/CyaSSL/GSKit only)",
|
||||
" --pinnedpubkey FILE/HASHES Public key to verify peer against (SSL)",
|
||||
" --post301 "
|
||||
"Do not switch to GET after following a 301 redirect (H)",
|
||||
" --post302 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue