Hello all,

in documentation of the SSL (page rsautl) , I found one small bug, which is
reported later. However, thank you for great software, which OpenSSL is!

Best regards
Petr Lancaric

(In two last commands there should -verify, instead of -sign):

Current:
EXAMPLES
Sign some data using a private key: 
 openssl rsautl -sign -in file -inkey key.pem -out sig
Recover the signed data 
 openssl rsautl -sign -in sig -inkey key.pem
Examine the raw signed data: 
 openssl rsautl -sign -in file -inkey key.pem -raw -hexdump

Should be:
EXAMPLES
Sign some data using a private key: 
 openssl rsautl -sign -in file -inkey key.pem -out sig
Recover the signed data 
 openssl rsautl -verify -in sig -inkey key.pem
Examine the raw signed data: 
 openssl rsautl -verify -in file -inkey key.pem -raw -hexdump


IT-COM, spol. s r.o.
Petr Lancaric
Melnicka 585/13
150 00 Praha 5
Czech Republic

e-mail: [EMAIL PROTECTED]
tel: +420 2 57 32 24 88


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to