[openssl.org #2566] bug report: smime -verify and dsn order

2011-07-20 Thread Mailing List SVR via RT
I have a certificate (sod.pem) that openssl is unable to verify: openssl smime -verify -in sod.pem -inform pem -noverify sod.data Verification failure 2538:error:2107C080:PKCS7 routines:PKCS7_get0_signers:signer certificate not found:pk7_smime.c:378: the problem is that the dsn order: the

Bug in smime -verify

2002-12-27 Thread Tim Tassonis
Hi all I think I've encountered a bug in openssl smime. I try to verify a mail signed with outlook using the option not to include the certificate in the signature. From what I can figure out, this should be possible with openssl using the options: openssl smime -verify -signer tim.crt -in

Re: Bug in smime -verify

2002-12-27 Thread Dr. Stephen Henson
On Fri, Dec 27, 2002, Tim Tassonis wrote: Hi all I think I've encountered a bug in openssl smime. I try to verify a mail signed with outlook using the option not to include the certificate in the signature. From what I can figure out, this should be possible with openssl using the