From: Jonathan McDowell Date: Mon, 25 Apr 2011 03:11:42 +0000 (-0700) Subject: Add support for key retrieval by SKS hash X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/7ca3c239d76ae7112c166f29c35e11620ba93d9f?hp=7ca3c239d76ae7112c166f29c35e11620ba93d9f 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. ---