From: Lutz Jänicke Date: Wed, 25 Apr 2001 15:25:39 +0000 (+0000) Subject: Typo (Petr Lancaric ). X-Git-Tag: OpenSSL_0_9_6b~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5fde80cd56124509a12cb3def1a5d0c368429319;p=oweals%2Fopenssl.git Typo (Petr Lancaric ). --- diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index 7a334bc8d6..a7c1681d98 100644 --- a/doc/apps/rsautl.pod +++ b/doc/apps/rsautl.pod @@ -101,11 +101,11 @@ Sign some data using a private key: Recover the signed data - openssl rsautl -sign -in sig -inkey key.pem + openssl rsautl -verify -in sig -inkey key.pem Examine the raw signed data: - openssl rsautl -sign -in file -inkey key.pem -raw -hexdump + openssl rsautl -verify -in file -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 ................