[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Rich Salz
rsalz at openssl.org
Mon Sep 11 13:34:44 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via 93687bdde6e91cd31b015cc44e177457a65ce4a9 (commit)
from 389058f8a02641edc1847f84237efe757f836d03 (commit)
- Log -----------------------------------------------------------------
commit 93687bdde6e91cd31b015cc44e177457a65ce4a9
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)
(cherry picked from commit f70c22eb23763c6dce050293cc1b9a0a234d72b2)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/rsautl.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod
index 038f00b..cd21206 100644
--- a/doc/apps/rsautl.pod
+++ b/doc/apps/rsautl.pod
@@ -115,7 +115,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