From: Jonathan McDowell <noodles@earth.li>
Date: Sun, 1 Apr 2012 22:02:24 +0000 (-0700)
Subject: Allow retrieval of key by full fingerprint
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/9bcf53c1662548d457920cd415a2c7266c1128e2?ds=inline;hp=9bcf53c1662548d457920cd415a2c7266c1128e2

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.
---