diff options
author | moparisthebest <admin@moparisthebest.com> | 2015-06-30 20:23:54 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-07-01 19:43:47 +0200 |
commit | 55b78c5ae94852ffb942ff979e6f25aebfeedb16 (patch) | |
tree | 73c9f909baac1e3f6bc9c3f09ed5819d4be18653 /src | |
parent | c00b18d5406375627b98b47e68261ace85d1a581 (diff) | |
download | curl-55b78c5ae94852ffb942ff979e6f25aebfeedb16.tar.gz |
SSL: Pinned public key hash support
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 59273036e..e0c45954b 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -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 " |