[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Sep 11 13:34:50 UTC 2017
The branch master has been updated
via f70c22eb23763c6dce050293cc1b9a0a234d72b2 (commit)
from 06312c47698c9ba9a11bfb46ab76749741adc442 (commit)
- Log -----------------------------------------------------------------
commit f70c22eb23763c6dce050293cc1b9a0a234d72b2
Author: multics <multics.cn at gmail.com>
Date: Sun Sep 10 21:02:07 2017 +0800
Update rsautl.pod for typo
Fixes the typo
CLA: trivial
Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4354)
-----------------------------------------------------------------------
Summary of changes:
doc/man1/rsautl.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man1/rsautl.pod b/doc/man1/rsautl.pod
index f80bf42..b5e83b5 100644
--- a/doc/man1/rsautl.pod
+++ b/doc/man1/rsautl.pod
@@ -130,7 +130,7 @@ Recover the signed data
Examine the raw signed data:
- openssl rsautl -verify -in file -inkey key.pem -raw -hexdump
+ openssl rsautl -verify -in sig -inkey key.pem -raw -hexdump
0000 - 00 01 ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................
0010 - ff ff ff ff ff ff ff ff-ff ff ff ff ff ff ff ff ................
More information about the openssl-commits
mailing list