| 1 | | 2008-07-01 13:32 -0700 Brendan Cully <brendan@kublai.com> (17525e17fa7b) |
| | 1 | 2008-07-01 17:20 -0700 Brendan Cully <brendan@kublai.com> (8e2438ec5909) |
| | 2 | |
| | 3 | * crypt-gpgme.c, lib.c, lib.h: Support displaying application/pgp-keys |
| | 4 | with GPGME. This was pretty convoluted because GPGME provides no way |
| | 5 | to examine a key block without importing it. This code creates a |
| | 6 | temporary GPG home in which to import the key in order to display |
| | 7 | it. |
| | 8 | |
| | 9 | * crypt-gpgme.c, handler.c, pgp.c: Handle DONTHANDLEPGPKEYS in |
| | 10 | handler instead of crypto modules. This lets gpgme and classic pgp |
| | 11 | share a bit of logic, and unbreaks key extraction at least for |
| | 12 | classic PGP. |