On Mon, Mar 19, 2007 at 01:55:24AM +0000, Darryl Miles wrote:
> Personally I can't see how SSL_read() was much of an issue, if it 
> returns data into the application suppled buffer it returns a value >0 
> or if no data was returned it returns <=0.

And if it returns <0 you have to check for SSL_ERROR_WANT_WRITE and
SSL_ERROR_WANT_READ and then retry with the <same arguments>.
At least as far as the man page says.


Robin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to