Hello!

When verifying a signature using openssl dgst, openssl does not read the  
hash algorithm from the signature:
$ openssl dgst -sha1 -verify public.pem -signature content.signature  
content
Verified OK
$ openssl dgst -verify public.pem -signature content.signature content
Verification Failure

I would like to write a patch to read the hash algorithm from the  
signature. But only if someone is interested in merging the patch. I wont  
make the effort to let it bitrot in a tracker...

Cheers,

Kosta

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

Reply via email to