]> git.ipfire.org Git - thirdparty/gnutls.git/commit
dtls client hello: fix zeroed random (fixes #960)
authorStefan Bühler <stbuehler@web.de>
Fri, 27 Mar 2020 16:17:57 +0000 (17:17 +0100)
committerStefan Bühler <stbuehler@web.de>
Fri, 27 Mar 2020 16:17:57 +0000 (17:17 +0100)
commitc01011c2d8533dbbbe754e49e256c109cb848d0d
tree3646dd052f79f779f9d3301c9f7c124c79fd9b9d
parent8492a5cea6960116705e3acd8c3f655a6577f021
dtls client hello: fix zeroed random (fixes #960)

This broke with bcf4de03 "handshake: treat reply to HRR as a reply to
hello verify request", which failed to "De Morgan" properly.

Signed-off-by: Stefan Bühler <stbuehler@web.de>
lib/handshake.c