RE: Problem with p7 verify

2000-09-15 Thread Nick Pope
Thanks for the quick response: However, I've tried adding this and still get the same problem. Nick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Sylvester > Sent: 15 September 2000 12:02 > To: [EMAIL PROTECTED] > Su

Re: Problem with p7 verify

2000-09-15 Thread Peter Sylvester
Nick, have you called : OpenSSL_add_ssl_algorithms() ; > > Is there something that should be done to set up the object identifiers? > > Can anyone help? __ OpenSSL Project http://www.openssl.o

Problem with p7 verify

2000-09-15 Thread Nick Pope
I using the libeay crypto library to verify a PKCS 7 signed object, but it fails to verify because the message hash authenticated attribute is not being picked up. I use d2i_PKCS7 to convert the signed data into internal form, then p7bio=PKCS7_dataInit(p7,NULL) and then use PKCS7_signatureVerify