Hello,

>       If you call SSL_read, an application-level read function, with a 
> blocking
> socket, you are asking it to block until it can read application-level data.
Here is information from www.openssl.org:

-- If the underlying BIO is blocking, SSL_read() will only return, once
-- the read operation has been finished or an error occurred, except
-- when a renegotiation take place, in which case a SSL_ERROR_WANT_READ
-- may occur.

So as you see this is implemented but not exactly :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to