Robin Redeker
Sun, 18 Mar 2007 22:29:33 -0800
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 openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]