Allow retrieval of key by full fingerprint
authorJonathan McDowell <noodles@earth.li>
Sun, 1 Apr 2012 22:02:24 +0000 (15:02 -0700)
committerJonathan McDowell <noodles@earth.li>
Sun, 1 Apr 2012 22:02:24 +0000 (15:02 -0700)
commit9bcf53c1662548d457920cd415a2c7266c1128e2
tree6d31924f31a1b7ac603baad0c21fc71e6afe7a77
parent3839a6a5eb45a07065cef61b2bfe2c7f317c7b44
Allow retrieval of key by full fingerprint

  GPG 1.4.12 switches to using the full fingerprint of a key when requesting
  a refresh (commit 6fe25e5602fabe92c68e5ba30e4777221e8612df). We were only
  supporting retrieval by 32 or 64 bit key ID. Detect when we're passed a
  fingerprint and truncate it to the last 64 bits so we can look it up.
  In the future we probably want to extend to being able to do lookups by
  full fingerprint.
lookup.c
onak.c
t/all-060-get-fingerprint.t [new file with mode: 0755]