chiark / gitweb /
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)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 1 Jan 2020 23:48:14 +0000 (23:48 +0000)
commit0eb41ca6ccc1d6adf5205924e55a4ecafd53e193
treec9a6e286655438fe9355115be1e0710f133b77d2
parent5ac3acb96c0fe0300f2963c7883893fd4f42d743
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