]> the.earth.li Git - onak.git/commit
Pass a keydb context into cleankeys in preparation for signature checks
authorJonathan McDowell <noodles@earth.li>
Wed, 28 Aug 2019 07:20:03 +0000 (08:20 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 28 Aug 2019 07:20:03 +0000 (08:20 +0100)
commit8ee9a59daf7a1ab1bf4ad8f4d2bcb88282db58a8
tree30fd190f7f448e4e1817c4a3d62f9492e35b5f6e
parent51c1a7dd950efef6a4d00df1878341777f8064ff
Pass a keydb context into cleankeys in preparation for signature checks

In order to validate signatures cleankeys() will need to do key lookups
of the signing keys. Plumb in the database context in preparation for
this.
cgi/add.c
cgi/lookup.c
cleankey.c
cleankey.h
keydb/keydb_stacked.c
onak.c
stripkey.c