Re: PKCS7 verification using a public key.

2005-04-14 Thread Dr. Stephen Henson
On Thu, Apr 14, 2005, Glenn Bullock wrote: > Dr. Henson, > > Thank you for your response and suggestion. I know the 1st email I sent was > a bit too long, but buried in the code I included in the first post was the > PKCS7_verify() call (shortened code is attached). I think the problem I may >

RE: PKCS7 verification using a public key.

2005-04-14 Thread Glenn Bullock
y, April 13, 2005 5:55 PM > To: openssl-users@openssl.org > Subject: Re: PKCS7 verification using a public key. > > > On Wed, Apr 13, 2005, Glenn Bullock wrote: > > > Gentlemen (et al ;), > > > > I am trying to verify a pkcs7 based signature generated by > the

Re: PKCS7 verification using a public key.

2005-04-13 Thread Dr. Stephen Henson
On Wed, Apr 13, 2005, Glenn Bullock wrote: > Gentlemen (et al ;), > > I am trying to verify a pkcs7 based signature generated by the Crypto win32 > libraries and am having limited success. Limited, I write, since I am able > to successfully call d2i_PKCS7, PKCS7_type_is_signed (yes), and > PK

PKCS7 verification using a public key.

2005-04-13 Thread Glenn Bullock
Gentlemen (et al ;), I am trying to verify a pkcs7 based signature generated by the Crypto win32 libraries and am having limited success. Limited, I write, since I am able to successfully call d2i_PKCS7, PKCS7_type_is_signed (yes), and PKCS7_type_is_enveloped (no) on the signature. The proble