]> the.earth.li Git - onak.git/commit
Add a helper for reading OpenPGP packets from a file
authorJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 05:59:08 +0000 (11:29 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 06:24:18 +0000 (11:54 +0530)
commite82fd57b92d94287f728e37a3e17aaab11b722b8
tree6eb0e3f40660495d16df8d3ad569a4404f0f37f0
parent3a9aaa4369f8078b801cddd2353db5730d2388c8
Add a helper for reading OpenPGP packets from a file

Provide a convenience function for opening a file, working out if it's
ASCII-armoured or binary, and loading the packets contained within it.
CMakeLists.txt
key-store.c [new file with mode: 0644]
key-store.h [new file with mode: 0644]
keydb/keydb_file.c
keydb/keydb_fs.c
onak.h