[gnutls-devel] GnuTLS | Listening DTLS server responds with HELLO_VERIFY_REQUEST to most messages (#632)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Nov 30 20:00:51 CET 2018


Hi. The problem is definitely in the server application. More specifically, in [udp-serv.c](https://gitlab.com/gnutls/gnutls/blob/master/src/udp-serv.c#L112), if the cookie is invalid, which it is for any non-CLIENT_HELLO message, then a HELLO_VERIFY_REQUEST message is constructed. A simple fix would be checking that the what is received is in fact a CLIENT_HELLO message. 

I am working on a reproducer, it's been a long time since I last programmed in C, so it should be interesting.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/632#note_121471064
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181130/1c5d4f2c/attachment.html>


More information about the Gnutls-devel mailing list