Show
Ignore:
Timestamp:
2008-07-01 17:57:37 (5 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Stub in a gpgme version of extract-keys. It doesn't currently work
right because apparently while gpg on the command line can parse a
whole message, we'll have to do it for gpgme. I really wonder about
the 'ME' part of GPGME sometimes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5437 r5439  
    1 2008-07-01 13:32 -0700  Brendan Cully  <brendan@kublai.com>  (17525e17fa7b) 
     12008-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. 
    213 
    314        * copy.c: Bail out of copy if decryption is requested but the desired