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>
Mon, 30 Dec 2019 13:15:50 +0000 (13:15 +0000)
commit299f75ecf17b9789e2fbdf2b0aae10808f9d17dc
tree604ab9d6453ddff91c164436d601cf83d23a886c
parent43399f4cba62cb1cc76aa852a00186a66c04c7ce
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