]> the.earth.li Git - onak.git/commitdiff
Add an OpenPGP keyring backed database backend
authorJonathan McDowell <noodles@earth.li>
Tue, 30 Jul 2019 18:40:17 +0000 (19:40 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 30 Jul 2019 18:40:17 +0000 (19:40 +0100)
Allow the use of an OpenPGP keyring (like keyring.gpg from GnuPG v1) as
a read-only database backend. This is just a collection of keys
concatenated together. The file is mmaped on load and parsed for keys,
then simple linear searches are done for keyids/fingerprints.
Performance with large numbers of keys will not be good.


No differences found