Verify a PKCS7 detached signature

2010-04-23 Thread JG Disenador Multimedia
Hello, I would like to verify a pkcs7 signature from a document, is pkcs7 detached signature. I have extracted form the document, the signature is a very long hexadecimal string. I used this command but the I get a verification failure. openssl dgst -verify publickey

Re: How to verify a pkcs7 detached signature?

2005-07-15 Thread Pablo J Royo
to verify a pkcs7 detached signature? 1. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz 2. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz.pkc s7 [2] is supposed to be a detached signature for [1], how can this be verified with an openssl command

Re: How to verify a pkcs7 detached signature?

2005-07-15 Thread Andreas Hasenack
On Fri, Jul 15, 2005 at 08:22:10AM +0200, Pablo J Royo wrote: Try this openssl smime -verify -in Assinador.tar.gz.pkcs7 -inform DER -content Assinador.tar.gz -signer signer_certificate.pem -noverify That works, thanks! __

How to verify a pkcs7 detached signature?

2005-07-14 Thread Andreas Hasenack
1. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz 2. http://www.iti.br/twiki/pub/Main/PressRelease2005Jun28A/Assinador.tar.gz.pkcs7 [2] is supposed to be a detached signature for [1], how can this be verified with an openssl command? I was able to extract the