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>
Mon, 30 Dec 2019 13:15:50 +0000 (13:15 +0000)
commit43399f4cba62cb1cc76aa852a00186a66c04c7ce
treea8a9610baaec4d605302b9930d772e09ea498afc
parentcfced3d2bec317de30ac5e41ee80d17fb7eb0465
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