gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Sun, 20 Jul 2003 02:10:13 +0200


    Date: Sunday, July 20, 2003 @ 02:10:13
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog getkey.c keylist.c main.h mainproc.c packet.h
          sig-check.c

* packet.h, main.h, sig-check.c (signature_check2, check_key_signature2,
do_check): If ret_pk is set, fill in the pk used to verify the signature.  
Change all callers in getkey.c, mainproc.c, and sig-check.c.

* keylist.c (list_keyblock_colon): Use the ret_pk from above to put the
fingerprint of the signing key in "sig" records during a --with-colons
--check-sigs.  This requires --no-sig-cache as well since we don't cache
fingerprints.


-------------+
 ChangeLog   |   12 ++++++++++++
 getkey.c    |    2 +-
 keylist.c   |   41 ++++++++++++++++++++++++++++++++++++++---
 main.h      |    3 ++-
 mainproc.c  |    4 ++--
 packet.h    |    4 ++--
 sig-check.c |   41 ++++++++++++++++++++++++-----------------
 7 files changed, 81 insertions(+), 26 deletions(-)