Re: [openssl-users] Strange SSL_read behavior: 1/N-1

2014-12-09 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Dave Thompson > Sent: Monday, December 08, 2014 20:02 > To: openssl-users@openssl.org > Subject: Re: [openssl-users] Strange SSL_read behavior: 1/N-1 > > But given that SSL/TLS is a s

Re: [openssl-users] Strange SSL_read behavior: 1/N-1

2014-12-08 Thread Dave Thompson
> From: openssl-users On Behalf Of Hooman Fazaeli > Sent: Monday, December 08, 2014 09:36 > 1. The SSL_read in my http server app always reads the first byte of >   http request, instead of the whole. To read the rest, I should do >   further SSL_reads: >   I have seen this pattern with firefox