gnupg/g10 (ChangeLog getkey.c main.h sig-check.c)

cvs user dshaw cvs@cvs.gnupg.org
Sun, 29 Dec 2002 16:58:44 +0100


    Date: Sunday, December 29, 2002 @ 16:58:44
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog getkey.c main.h sig-check.c

* getkey.c (merge_selfsigs_main), main.h, sig-check.c
(check_key_signature2): Pass the ultimately trusted pk directly to
check_key_signature2 to avoid going through the key selection mechanism.  
This prevents a deadly embrace when two keys without selfsigs each sign
the other.


-------------+
 ChangeLog   |    8 ++++++++
 getkey.c    |    9 ++++++---
 main.h      |    2 +-
 sig-check.c |   23 ++++++++++++++---------
 4 files changed, 29 insertions(+), 13 deletions(-)