STABLE-BRANCH-1-2 gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Mon, 28 Jul 2003 02:49:21 +0200


    Date: Monday, July 28, 2003 @ 02:49:21
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog import.c mainproc.c packet.h sig-check.c status.c
          status.h

* packet.h, sig-check.c (signature_check2, do_check, do_check_messages):
Provide a signing-key-is-revoked flag.  Change all callers.

* status.h, status.c (get_status_string): New REVKEYSIG status tag for a
good signature from a revoked key.

* mainproc.c (do_check_sig, check_sig_and_print): Use it here.

* import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare actual
signatures on import rather than using keyid or class matching.  This does
not change actual behavior with a key, but does mean that all sigs are
imported whether they will be used or not.


-------------+
 ChangeLog   |   17 +++++++++++++++++
 import.c    |   38 +++++++++++++++-----------------------
 mainproc.c  |   22 +++++++++++-----------
 packet.h    |    2 +-
 sig-check.c |   44 +++++++++++++++++++++++++++-----------------
 status.c    |    1 +
 status.h    |    1 +
 7 files changed, 73 insertions(+), 52 deletions(-)