Add support for key retrieval by SKS hash
authorJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 03:11:42 +0000 (20:11 -0700)
committerJonathan McDowell <noodles@earth.li>
Mon, 25 Apr 2011 03:11:42 +0000 (20:11 -0700)
commit7ca3c239d76ae7112c166f29c35e11620ba93d9f
treef82c4c1e2e949abcb9c3532afa067f012080cfed
parent3cdd1ba5400b97412d8e69fdcf59284b7cde6e28
Add support for key retrieval by SKS hash

  Add a new backend DB function fetch_key_skshash and implement it
  for the fs/db4/keyd & dynamic backends. This allows us to retrieve
  a key using the SKS hash, which will be necessary to implement the
  gossip protocol.
keyd.c
keyd.h
keydb.h
keydb_db4.c
keydb_dynamic.c
keydb_fs.c
keydb_keyd.c