That didn't work. I immediately got an error from the server :
SSL3_GET_CLIENT_HELLO: no shared cipher.
Do you know what my original error meant:
SSL_BYTES_TO_CIPHER_LIST:scsv received when renegotiating
Maybe if I know what it is referring to I can track down the issue. There
isn't much po
You metion that:
Server loads its server certificate and private key ( self-signed by a CA
that I created).
I would liem to clarify: the server cert is a self signed cert? or the CA
cert is a self signed cert?
If the server cert is a self signed cert, the server is actually the ca,
which in this c
On 27 Jul 2011, at 4:37 PM, castre...@gmail.com wrote:
> There is no data to send to the client ( I have checked the BIO out and there
> is no pending data to send out).
> This is my main problem.
>
> When I check the clients state using SSL_state_string from the last read it
> returns "UNKWN
On 27 Jul 2011, at 1:52 PM, castre...@gmail.com wrote:
> Using memory buffers and blocking IO.
>
> I begin the handshake by the client intiating hello message.
> The server reads message, and data is put in its ssl output. This is sent
> back to client.
> The client read the data ( SSL_read)