Re: some questions on non-blocking SSL_write()

2001-05-07 Thread Tom Biggs
At 01:20 AM 5/8/01 +0200, Lutz wrote: >On Mon, May 07, 2001 at 04:25:10PM -0400, Tom Biggs wrote: > > Say an application uses SSL_write() to write out (on a non-blocking socket) > > a large buffer, which contains more bytes than an underlying SSL record > can > > carry. > > What is the behavior i

Re: some questions on non-blocking SSL_write()

2001-05-07 Thread Eric Rescorla
Lutz Jaenicke <[EMAIL PROTECTED]> writes: > On Mon, May 07, 2001 at 04:25:10PM -0400, Tom Biggs wrote: > > Say an application uses SSL_write() to write out (on a non-blocking socket) > > a large buffer, which contains more bytes than an underlying SSL record can > > carry. > > What is the behavi

Re: some questions on non-blocking SSL_write()

2001-05-07 Thread Lutz Jaenicke
On Mon, May 07, 2001 at 04:25:10PM -0400, Tom Biggs wrote: > Say an application uses SSL_write() to write out (on a non-blocking socket) > a large buffer, which contains more bytes than an underlying SSL record can > carry. > What is the behavior if, for example, one SSL record is successfully wr

RE: some questions on non-blocking SSL_write()

2001-05-07 Thread John T. Salyer
You should buy Eric Rescorla's Book "Designing and Building Secure Systems" There are some code examples that show exactly what you are interested in. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Biggs Sent: Monday, May 07, 2001 1:25 PM To: [EMAIL