Re: SSL_CTX_load_verify_locations was SSL_shutdown never returns 1

2009-05-19 Thread Kyle Hamilton
Ummm... could you resend this, in something intelligible? :) -Kyle H On Tue, May 19, 2009 at 4:16 AM, Andy Murphy an...@tbsmobility.com wrote: V2VsbCBJJ3ZlIGZvdW5kIG91dCB3aGF0IGlzIHRha2luZyB0aGUgbWVtb3J5IGFuZCBpdCdzIHRo

RE: (SCL: 1) Re: SSL_CTX_load_verify_locations was SSL_shutdown never returns 1

2009-05-19 Thread Andy Murphy
To: openssl-users@openssl.org Subject: (SCL: 1) Re: SSL_CTX_load_verify_locations was SSL_shutdown never returns 1 Ummm... could you resend this, in something intelligible? :) -Kyle H On Tue, May 19, 2009 at 4:16 AM, Andy Murphy an...@tbsmobility.com wrote

RE: SSL_CTX_load_verify_locations on linux

2007-01-15 Thread Jens Dönhoff
Hi. --On Sunday, January 14, 2007 09:46:08 AM -0800 Edward Chan [EMAIL PROTECTED] wrote: Ah, very interesting. I'll look into this one. Seems like this would be a very useful API for people. Yes, indeed! Though for the average user the (usually) shipped command line tools might suffice.

Re: SSL_CTX_load_verify_locations on linux

2007-01-14 Thread Jens Doenhoff
Hi. --On Friday, January 12, 2007 11:24:42 PM -0800 Edward Chan [EMAIL PROTECTED] wrote: Does anybody know where the trusted root certificates can be found on linux? I think most often the default is /etc/ssl/certs/ But it might differ from distribution to distribution. Or is there a way

RE: SSL_CTX_load_verify_locations on linux

2007-01-14 Thread Edward Chan
PROTECTED] On Behalf Of Jens Doenhoff Sent: Sunday, January 14, 2007 12:48 AM To: openssl-users@openssl.org Subject: Re: SSL_CTX_load_verify_locations on linux Hi. --On Friday, January 12, 2007 11:24:42 PM -0800 Edward Chan [EMAIL PROTECTED] wrote: Does anybody know where the trusted root

RE: SSL_CTX_load_verify_locations

2005-02-16 Thread David Schwartz
Is there any alternative API for SSL_CTX_load_verify_locations? SSL_CTX_load_verify_location ends up using STDIO calls and i am trying to avoid STDIO calls. I am stuck here and i need yr help to proceed further. Any help is appreicated. Just add them to the verification tree

Re: SSL_CTX_load_verify_locations

2003-10-30 Thread padma saxena
I modified X509_load_cert_crl_file() (in by_file.c) to invoke BIO_new_mem_buf() rather than BIO_new_file(). This seems to work satisfactorily. I probably have to add a module by_mem.c similar to by_file.c so we can pass a buffer (rather than a filename) to SSL_CTX_load_verify_locations(). I did

Re: SSL_CTX_load_verify_locations fails

2000-03-28 Thread Lutz Jaenicke
On Mon, Mar 27, 2000 at 11:10:43PM -0800, Tugrul Bingol wrote: Why "SSL_CTX_load_verify_locations()" fails? I am still trying to run the demo server and client but since "SSL_CTX_load_verify_locations(..)" fails (returns 0) client and server fail, either. Can somebody tell me what I am