chiark / gitweb /
server/keyexch.c: Abstract out the common message-handling behaviour.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 Sep 2017 00:02:02 +0000 (01:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 16 Jun 2018 18:13:41 +0000 (19:13 +0100)
commit664084ee28d1b0b6c0c5a207313559f23f2e2ff3
treebb5d0faec520fd35cedd06a90c5c9f7964332966
parentfb6a9f13a40d1b9e797b4fe858a06cfdbcc1109b
server/keyexch.c: Abstract out the common message-handling behaviour.

Add new functions for resetting the key-exchange state on reception, and
updating the statistics on send and receive.
server/keyexch.c