Hello,
> Does anyone have a separate test program where we can test only the
> signature verification?
 # openssl genrsa -out rsa.pem 2048
 # openssl rsa -in rsa.pem -text -noout
 # openssl rsa -in rsa.pem -pubout -out rsa-pub.pem
 # openssl rsa -in rsa-pub.pem -pubin -text -noout
 # echo test test test > file.txt
 # openssl dgst -sign rsa.pem  < file.txt > file.sig
 # openssl dgst -verify rsa-pub.pem -signature file.sig < file.txt
 Verified OK

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to