[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Mon Sep 11 13:34:36 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  772fc32bab589f8e0d54eb9777e51819412d80e6 (commit)
      from  4d2df46cb38603c98fb49543738289c9176571d8 (commit)


- Log -----------------------------------------------------------------
commit 772fc32bab589f8e0d54eb9777e51819412d80e6
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 1a498c2..722d042 100644
--- a/doc/apps/rsautl.pod
+++ b/doc/apps/rsautl.pod
@@ -105,7 +105,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