chiark / gitweb /
secnet: Provide `make-public' verb
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Dec 2019 22:57:25 +0000 (22:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:51 +0000 (21:56 +0000)
commit2798941e7a1a60e385f51bde9fde6c41e6012eea
tree286cb1323673013649ea76270ae056f538ef5c1a
parent9fe002edfab58aac700bb3b5a8ada0f38e3ac5ea
secnet: Provide `make-public' verb

This allows the config file to specify the use of the scheme loadpub
call without having to put public keys in separate files.  That will
be useful for testing and perhaps in installations that just want
fixed keys.

There is a bug here: we use system_log for reporting errors, but that
is not set up until after the configuration is read.  So errors turn
into segfaults.  We will fix that in a moment.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README
modules.c
pubkeys.c
secnet.h