Pass around fingerprints instead of gpgme keys
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 20 Jul 2015 23:06:06 +0000 (19:06 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:38 +0000 (13:28 -0500)
commitd0489345db43063fd32dd000c4678681580c2d26
tree2dddd411cc95db94200d6b72b344df5e2e11e496
parentbeb3cc52c2470aa371d258aa8bf764dd511f4e47
Pass around fingerprints instead of gpgme keys

Keys used for encryption are not alway available. Trying to get the key
from a fingerprint sometimes caused edward to crash. It's a better idea
to pass around fingerprints rather than key objects. This method should
also be faster.
edward