summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.de>2009-05-22 16:28:05 +0000
committerKurt Roeckx <kurt@roeckx.be>2014-12-30 16:53:48 +0100
commitdc00fb9d51595278d033c1e9811b9444cc362d6e (patch)
treece3ea5c8e3d7c00e825755aaf4f7b0888cfcf96d /apps
parent06c3e65deb062f1ee29c4567eedc50f482a36e70 (diff)
downloadopenssl-new-dc00fb9d51595278d033c1e9811b9444cc362d6e.tar.gz
Document openssl dgst -hmac option
Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/dgst.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 19c9424be2..9f6954f265 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -276,6 +276,8 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"-d to output debug info\n");
BIO_printf(bio_err,"-hex output as hex dump\n");
BIO_printf(bio_err,"-binary output in binary form\n");
+ BIO_printf(bio_err,"-hmac arg set the HMAC key to arg\n");
+ BIO_printf(bio_err,"-non-fips-allow allow use of non FIPS digest\n");
BIO_printf(bio_err,"-sign file sign digest using private key in file\n");
BIO_printf(bio_err,"-verify file verify a signature using public key in file\n");
BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");