chiark / gitweb /
secnet: loadpub interface: Return a closure_t too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Dec 2019 22:57:15 +0000 (22:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:51 +0000 (21:56 +0000)
commit9fe002edfab58aac700bb3b5a8ada0f38e3ac5ea
tree9f5983cc6a8afcf04bb67929c3ec2dd35cb56703
parentababc84b5d767f7b333a0487d9873f4817ed5cb8
secnet: loadpub interface: Return a closure_t too

We are going to want this for the `make-public' verb.  In principle we
could just return the closure and the call site that wants the ops
could fish it out, but given that we have both this seems nicer.

(The secnet closure interface paradigm is not particularly pretty but
I don't fancy reworking it now...)

We will want this for loadpriv, too.  That will come (considerably)
later.

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