diff options
author | 2019-07-05 11:50:46 +0000 | |
---|---|---|
committer | 2019-07-05 11:50:46 +0000 | |
commit | c8247584439e7c5fc07b35f41e704e0f7b48fa3a (patch) | |
tree | 8117888319e34bee1c324c8f7d9b4c36568e13f9 | |
parent | Do not use uninitialized buffer name. (diff) | |
download | wireguard-openbsd-c8247584439e7c5fc07b35f41e704e0f7b48fa3a.tar.xz wireguard-openbsd-c8247584439e7c5fc07b35f41e704e0f7b48fa3a.zip |
Fix manual openssl(1) dgst
- Add undocumented option -r
ok jmc@
-rw-r--r-- | usr.bin/openssl/openssl.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 7b04516831d..e7adfcea8f9 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.104 2019/07/04 13:55:20 inoguchi Exp $ +.\" $OpenBSD: openssl.1,v 1.105 2019/07/05 11:50:46 inoguchi Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: July 4 2019 $ +.Dd $Mdocdate: July 5 2019 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -993,7 +993,7 @@ The output format. .Sh DGST .nr nS 1 .Nm "openssl dgst" -.Op Fl cd +.Op Fl cdr .Op Fl binary .Op Fl Ar digest .Op Fl hex @@ -1081,6 +1081,8 @@ The output is either .Qq Verification OK or .Qq Verification Failure . +.It Fl r +Print the digest in coreutils format. .It Fl sign Ar file Digitally sign the digest using the private key in .Ar file . |