Add PGPPacket.key pointing back up to the PGPKey
authorW. Trevor King <wking@tremily.us>
Sun, 22 Dec 2013 22:02:11 +0000 (14:02 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 21:41:06 +0000 (13:41 -0800)
commitb6df49a6bcde83c5eeed27853dd92d2bddaa27ff
treede0925ae50f3346fa266e4443d9ec0b5ce06c323
parent01e6c8f3af5226f34d49be18b9a99f3b97a2ce4c
Add PGPPacket.key pointing back up to the PGPKey

This allows us to do stuff like caching passphrases on a key-wide
level, instead of asking for the passphrase for each packet.  The
actuall caching commit is coming next, this commit just lands the
framework.
gpg-migrate.py