RE: getting SSL_ERROR_ZERO_RETURN when calling operation from WSDL using axis2c

2012-02-08 Thread manoj dhyani
> From: dthomp...@prinpay.com > To: openssl-users@openssl.org > Subject: RE: getting SSL_ERROR_ZERO_RETURN when calling operation from WSDL > using axis2c > Date: Mon, 6 Feb 2012 20:43:28 -0500 > > > From: owner-openssl-us...@openssl.org On Behalf Of manoj dhyani > > Sent: Saturday, 04 Febru

Re: About the usage of SSL_get_ex_new_index

2012-02-08 Thread Wim Lewis
On 7 Feb 2012, at 8:50 AM, Bruce (Riji) Cai wrote: > Hi all, > > From man page of SSL_CTX_set_verify, I saw this example snippet: > > /*** snippet begin */ > ... > > mydata_t mydata; > > ... > mydata_index =

Problem compilation Mac Os

2012-02-08 Thread Christophe VALMIR
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a probleme with one program. I create a certificate list file on /tmp/cert_test.pem. This program run very well on linux, windows, MacOs leopard(with default libssh.dylib) but it don't run on MacOs ( default lib ) snow or openssl

Re: About the usage of SSL_get_ex_new_index

2012-02-08 Thread Bruce Stephens
"Bruce (Riji) Cai" writes: > Not quite sure, but to my understand, the "ex_data" is saved into per > ssl connection context, so the index to it should be per connection > scope. That's not correct, no. The ex_data mechanism can be used to store many different things into each SSL connection (sim

Re: openssl_private_encrypt crashes browser after 10 seconds

2012-02-08 Thread Marcel Uhlich
I finally found a solution to the problem. I have to admit, that i forgot some important information, i am using xampp 1.7.7. The problem seems to be a version conflict. I copied libeay32.dll ssleay32.dll from xampp/php to xampp/apache/bin which solved the problem. Maybe this is helpful for s