Rose Marie Carissimi wrote:
>
>
> When the first FD_READ is received we get an SSL_READ error. SSL_ERROR_SSL
> if I call ERR_get_error() I get the following hex value 0x24064064.
>
> I can also see in the logging that the handshake was at this point - SSLv3
> write client key exchange A -
> bef
I'm trying to add ssl support to an application that uses non-blocking
sockets on Win32 platform.
I've downloaded the most recent version of the library 0,9.5a and compiled
it on my machine.
These are the steps that I follow:
Initialize the SSL library and create a context.
Conn
Hi There,
I am running into a problem getting SSL_connect() to work
on win32.
It is not the PRNG problem because RAND_status() returns 1.
After SSL_connect() returns -1, the call SSL_get_error()
returns 2 which translates to "system lib".
I tried both 0.9.5 and 0.9.5a and they both give me the