gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] Re: Restore gnutls session after execvp - possible?


From: Nikos Mavrogiannopoulos
Subject: [gnutls-dev] Re: Restore gnutls session after execvp - possible?
Date: Tue, 17 Jan 2006 19:26:38 +0100
User-agent: KMail/1.8.3

On Tuesday 17 January 2006 19:03, you wrote:

> The peer is an IRC server, so I don't know exactly what is happening
> on its side.

That's the problem then. I thought you had control of both the server 
and the client. The server probably doesn't know that he is supposed to
restart TLS after this has been terminated by the client. Probably he 
returns to non-TLS mode... so in that case you could order him to 
restart tls, or he terminates the connection (most probable).

There is no easy way to solve this problem since the states that need to
be saved are really more than the data needed for session resumption 
(state for encryption, compression algorithm, buffers and many I cannot 
think of). This is much work to do and doesn't seem to worth the effort 
(if we were in kernel side, that would have been a different story, but 
we are not)...


regards,
Nikos




reply via email to

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