summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoguchi <>2019-07-05 11:50:46 +0000
committerinoguchi <>2019-07-05 11:50:46 +0000
commit69d0bc7e6f788b01faa9e770ef01f9733dcd10a3 (patch)
tree28a48d133c2041620fe9ba0587b9bd0d64495828
parent3c640ae7a5cc33ab145404dc6d4926d93cbaed36 (diff)
downloadopenbsd-69d0bc7e6f788b01faa9e770ef01f9733dcd10a3.tar.gz
openbsd-69d0bc7e6f788b01faa9e770ef01f9733dcd10a3.tar.bz2
openbsd-69d0bc7e6f788b01faa9e770ef01f9733dcd10a3.zip
Fix manual openssl(1) dgst
- Add undocumented option -r ok jmc@
-rw-r--r--src/usr.bin/openssl/openssl.18
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 7b04516831..e7adfcea8f 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.104 2019/07/04 13:55:20 inoguchi Exp $ 1.\" $OpenBSD: openssl.1,v 1.105 2019/07/05 11:50:46 inoguchi Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: July 4 2019 $ 113.Dd $Mdocdate: July 5 2019 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -993,7 +993,7 @@ The output format.
993.Sh DGST 993.Sh DGST
994.nr nS 1 994.nr nS 1
995.Nm "openssl dgst" 995.Nm "openssl dgst"
996.Op Fl cd 996.Op Fl cdr
997.Op Fl binary 997.Op Fl binary
998.Op Fl Ar digest 998.Op Fl Ar digest
999.Op Fl hex 999.Op Fl hex
@@ -1081,6 +1081,8 @@ The output is either
1081.Qq Verification OK 1081.Qq Verification OK
1082or 1082or
1083.Qq Verification Failure . 1083.Qq Verification Failure .
1084.It Fl r
1085Print the digest in coreutils format.
1084.It Fl sign Ar file 1086.It Fl sign Ar file
1085Digitally sign the digest using the private key in 1087Digitally sign the digest using the private key in
1086.Ar file . 1088.Ar file .