> 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
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 =
-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
"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
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