Re: [openssl-users] Problem with not knowing how much data is available to read

2015-12-21 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of counterpoint > Sent: Saturday, December 19, 2015 10:00 > > This is a further question, related to my earlier question "Find size of > available data prior to ssl_read". The conclusion seemed to be that there > isn't a

[openssl-users] Problem with not knowing how much data is available to read

2015-12-19 Thread counterpoint
This is a further question, related to my earlier question "Find size of available data prior to ssl_read". The conclusion seemed to be that there isn't a reliable way to know how much data can be requested with ssl_read. I guess there's still something wrong with my understanding. My code now re