Thanks for the tip, now I've got this error message :

574:error:0D0C50A1:lib(13):func(197):reason(161):/SourceCache/OpenSSL098/OpenSSL098-32/src/crypto/asn1/a_verify.c:146:

Do you know this kind of error ? And how I can fix it ?

Thanks in advance.

Regards,

Niels Stevens
Op 17-jun-2010, om 20:37 heeft Dr. Stephen Henson het volgende geschreven:

> 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

Reply via email to