SSL: Pinned public key hash support

This commit is contained in:
moparisthebest 2015-06-30 20:23:54 -04:00 committed by Daniel Stenberg
parent c00b18d540
commit 55b78c5ae9
16 changed files with 275 additions and 11 deletions

View file

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