mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
nss: implement public key pinning for NSS backend
Bug: https://bugzilla.redhat.com/1195771
This commit is contained in:
parent
1fd33e3ec8
commit
b47c17d67c
5 changed files with 58 additions and 3 deletions
|
|
@ -156,7 +156,7 @@ static const char *const helptext[] = {
|
|||
" --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/GSKit only)",
|
||||
"(OpenSSL/GnuTLS/NSS/GSKit only)",
|
||||
" --post301 "
|
||||
"Do not switch to GET after following a 301 redirect (H)",
|
||||
" --post302 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue