Adjust the DH closure protocol to handle public values as raw binary.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Apr 2017 21:51:36 +0000 (22:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 25 Sep 2019 12:46:59 +0000 (13:46 +0100)
commita736afc8650f7b478bc3033ae3fccab981b265e0
tree2f4ac09914c06847cf27d55c5dbc2be5e831b8b1
parent9c6af4eca6bfb7bed6f86b1f32479f933979c080
Adjust the DH closure protocol to handle public values as raw binary.

Responsibility for hex-encoding the public value now lies with the
individual DH group implementation, rather than the common site-level
machinery.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
dh.c
secnet-wireshark.lua
secnet.h
site.c