Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Dror
ificate or not. Dror __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: Spurious X509_V_ERR_INVALID_CA errors from 0.9.5a?

2001-03-23 Thread Otmi Dror
Ignore this error in your verification callback function the same way the function 'cb' of apps/verify.c does. Dror > Hi SSL gurus, > >I'm running into a problem with the OpenSSL 0.9.5a > library which we're using in one of our products. When > it tr

RE: STACK_OF and C++

2000-08-15 Thread Dror
If I cast them: { return (STACK_OF(type) *)sk_new((int (*)())cmp); } \ the problem was solved. Anyway as I mention in the previous mail, I received an answer in the developer list which indicate that this have bin fixed in the new snapshot. Thanks for answer. Dror ___

Re: STACK_OF and C++

2000-08-15 Thread Dror
nSSL's. > i would >recommend you to > use STL instead. > I do not know it, could you expand more on it? Thanks Dror __ OpenSSL Project http://www.openssl.o