Hi

You need to call SSL_Connect (if client) or SSL_accept( if server) and
not the SSL_read.. SSL_Connection or ssl_accept internally performs
that..

If u do SSL_read before SSL handshake completion, the SSL connection
can't be established..

HTH
-Krishna

On 8/13/06, Frank Büttner <[EMAIL PROTECTED]> wrote:
David Schwartz schrieb:

>       So call it after. This is not an "error" but an indication, similar to
> EWOULDBLOCK. It is telling you that the operation cannot complete without
> blocking and you asked it not to block, so it can't complete now.
When I then call SSL_read I will get the same error:(
And SSL_read will give only trash bytes. Because SSL_read can I use only
after a the handshake has performed or?



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to