help-gnutls
[Top][All Lists]
Advanced

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

[Help-gnutls] GNUTLS in handshake procedure


From: Lennart Koopmann
Subject: [Help-gnutls] GNUTLS in handshake procedure
Date: Sun, 14 Sep 2008 14:06:55 +0200

Hello everyone,

i am using GNUTLS in a server i am currently writing on. I am planning
to implement a handshaking procedure:

1. Client requests TLS or non-TLS encryption.
2. Server responds if packets are accepted and if TLS is available.
3. Client sends data corresponding to reply from server.

Can i just place the gnutls_handshake() when TLS is available and client
chose to use TLS? Could there be sync problem because gnutls_handshake()
is not the first thing that is done in the socket
connection/conversation?

Please, i need your experience. :)

Thank you!

So long
Lennart





reply via email to

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