summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent06c3e65deb062f1ee29c4567eedc50f482a36e70 (diff)
Document openssl dgst -hmac option
Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/dgst.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod
index 2414c53377..9e15798d82 100644
--- a/doc/apps/dgst.pod
+++ b/doc/apps/dgst.pod
@@ -13,6 +13,8 @@ B<openssl> B<dgst>
[B<-hex>]
[B<-binary>]
[B<-r>]
+[B<-hmac arg>]
+[B<-non-fips-allow>]
[B<-out filename>]
[B<-sign filename>]
[B<-keyform arg>]
@@ -62,6 +64,15 @@ output the digest or signature in binary form.
output the digest in the "coreutils" format used by programs like B<sha1sum>.
+=item B<-hmac arg>
+
+set the HMAC key to "arg".
+
+=item B<-non-fips-allow>
+
+Allow use of non FIPS digest when in FIPS mode. This has no effect when not in
+FIPS mode.
+
=item B<-out filename>
filename to output to, or standard output by default.