Fix engine key support in utilities.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
10
apps/dgst.c
10
apps/dgst.c
@@ -95,11 +95,11 @@ OPTIONS dgst_options[] = {
|
||||
"Use file(s) containing random data to seed RNG or an EGD sock"},
|
||||
{"out", OPT_OUT, '>', "Output to filename rather than stdout"},
|
||||
{"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
|
||||
{"sign", OPT_SIGN, '<', "Sign digest using private key in file"},
|
||||
{"verify", OPT_VERIFY, '<',
|
||||
"Verify a signature using public key in file"},
|
||||
{"prverify", OPT_PRVERIFY, '<',
|
||||
"Verify a signature using private key in file"},
|
||||
{"sign", OPT_SIGN, 's', "Sign digest using private key"},
|
||||
{"verify", OPT_VERIFY, 's',
|
||||
"Verify a signature using public key"},
|
||||
{"prverify", OPT_PRVERIFY, 's',
|
||||
"Verify a signature using private key"},
|
||||
{"signature", OPT_SIGNATURE, '<', "File with signature to verify"},
|
||||
{"keyform", OPT_KEYFORM, 'f', "Key file format (PEM or ENGINE)"},
|
||||
{"hex", OPT_HEX, '-', "Print as hex dump"},
|
||||
|
||||
Reference in New Issue
Block a user