help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: understanding the SSL I/O model


From: Nikos Mavrogiannopoulos
Subject: Re: understanding the SSL I/O model
Date: Tue, 6 Jul 2010 11:23:00 +0200

On Tue, Jul 6, 2010 at 10:58 AM, Christian Parpart <address@hidden> wrote:
> Hey all,
> I've got a question I could not actually google for it.
> Somebody recently told me, that an SSL write or read operation may also
> result in not just a write for write, or read for read, but also, that a
> write could also require a read and vice versa.
> I have absolutely no idea when and why, except (maybe) for the
> rehandshake-part which *seems* to be allowed to be ignored and hope, that
> the other side accepts it.

Read and write are independent in TLS (and SSL). Every request for
read needs only to read data, and the same occurs for write. The one
who told you was probably talking about some other protocol.


regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]