On Thu, Jun 17, 2010, Niels Stevens wrote: > Hey, the PKCS7_verify returns an error, but this error comes from the > callback function used with the certificateStore. > I'm getting the next error : > certificate signature failure > error:21075075:lib(33):func(117):reason(117) >
That error string is just saying verify failed which means at least the S/MIME message has been read correctly. To find out why you need to print out the additional message with the error: ERR_print_errors_fp(stderr) will do that or indicate what error is being sent to the verify callback. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org