From: Jonathan McDowell Date: Mon, 30 Sep 2013 16:31:03 +0000 (+0100) Subject: Add HKP database backend X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/54288021d24e0b40119d2ffae5a24ecd720d3aca?ds=inline;hp=54288021d24e0b40119d2ffae5a24ecd720d3aca Add HKP database backend A potential use case of onak is as a proxy server. Add an HKP backend that uses libcurl to make requests to a remote keyserver to fetch, search or store keys. The "db_dir" configuration parameter becomes the base host name for the remote keyserver e.g.: db_backend hkp db_dir the.earth.li In the future the addition of the ability to stack database backends should allow this to be used to turn onak into a caching keyserver. ---