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: Wed, 07 Jul 2010 00:27:29 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

Paul Aurich wrote:

>> 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.
> What happens if, in the processing of read data, GnuTLS encounters an
> invalid record and generates a TLS fatal alert?  Presumably that needs
> to actually be sent to the remote end of the connection.

gnutls is not that high level. It will not send anything unless
explicitly told to. Applications can chose to send alerts or not.

regards,
Nikos



reply via email to

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