Add Keyserver class, and unit tests.
authorDavid Bremner <bremner@debian.org>
Sun, 6 Mar 2011 18:42:48 +0000 (14:42 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 6 Mar 2011 18:42:48 +0000 (14:42 -0400)
commit410898d04d295f0c50636c62321b0add81242e2a
treebea2e47e58cff1ca4bb14413a62ec80ae6918a63
parentd3bd7816b4b6057e5616c567818ac48c7bfa9028
Add Keyserver class, and unit tests.

This is really a repackaging of the functions fetch_fpr_from_keyserver
and fetch_uid_from_keyserver from MSVA.pm, along with the part of
get_keyserver from the same file that depends only on GnuPG, not on
MSVA.
Crypt/Monkeysphere/Keyserver.pm [new file with mode: 0644]
unit-tests/keyserver/fetch_fpr.t [new file with mode: 0644]
unit-tests/keyserver/fetch_uid.t [new file with mode: 0644]