dear all,
can anybody help me with this problem?
when i sign document with a signing algorithm different than md5 like md2
for example, i get an error in the verification, i use the following
commands:
1- to sign:
openssl dgst -sign priv_key.pem -out signature.pem -md2 doc.txt
2-to verify:
openssl dgst -verify pub_key.pem -signature signature.pem doc.txt

i get as a result verification failure

thanks to all

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

Reply via email to