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

cvs user dshaw cvs at cvs.gnupg.org
Fri Apr 23 05:01:53 CEST 2004


    Date: Friday, April 23, 2004 @ 05:01:53
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog getkey.c keygen.c main.h packet.h parse-packet.c
          sig-check.c

* keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create
backsigs.

* getkey.c (merge_selfsigs_subkey): Find 0x19 backsigs on subkey selfsigs
and verify they are valid.  If DO_BACKSIGS is not defined, fake this as
always valid.

* packet.h, parse-packet.c (parse_signature): Make parse_signature
non-static so we can parse 0x19s in self-sigs.

* main.h, sig-check.c (check_backsig): Check a 0x19 signature.
(signature_check2): Give a backsig warning if there is no or a bad 0x19
with signatures from a subkey.	


----------------+
 ChangeLog      |   16 ++++++++++++++++
 getkey.c       |   45 ++++++++++++++++++++++++++++++++++++++++++++-
 keygen.c       |    2 ++
 main.h         |    5 ++++-
 packet.h       |    4 ++++
 parse-packet.c |    4 +---
 sig-check.c    |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 7 files changed, 123 insertions(+), 7 deletions(-)



More information about the Gnupg-commits mailing list