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, 7 Dec 2019 21:52:05 +0000 (21:52 +0000)
commit19e15e93c72f6e8dd190f0f7f4c22de2af552045
tree7b89a1bcb5c1bb3829aac2aed22a05c3a91c0696
parente57a9935397a6300ed139d034b7f36b287380919
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