Re: PKCS7 signature verification fails

2007-02-07 Thread Dr. Stephen Henson
On Wed, Feb 07, 2007, Jean-Claude Repetto wrote: > Hi, > > I am trying to use openssl to sign documents and store detached > signatures in PKCS7 format. > First, I sign the document : > openssl smime -sign -in document.txt -out document.txt.sign -signer > certs/jcr.crt -certfile certs/ca.crt

PKCS7 signature verification fails

2007-02-07 Thread Jean-Claude Repetto
Hi, I am trying to use openssl to sign documents and store detached signatures in PKCS7 format. First, I sign the document : openssl smime -sign -in document.txt -out document.txt.sign -signer certs/jcr.crt -certfile certs/ca.crt -inkey private/jcr.key When I check the signature, it is OK :