gnupg/g10 (5 files)

cvs user dshaw cvs@cvs.gnupg.org
Wed, 13 Nov 2002 14:23:03 +0100


    Date: Wednesday, November 13, 2002 @ 14:23:03
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog getkey.c keyedit.c keylist.c passphrase.c

* keyedit.c (show_key_with_all_names_colon): Make --with-colons --edit
display match the validity and trust of --with-colons --list-keys.

* passphrase.c (agent_send_all_options): Fix compile warning.

* keylist.c (list_keyblock_colon): Validity for subkeys should match that
of the primary key, and not that of the last user ID.

* getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys carry
these facts onto all their subkeys, but only after the subkey has a chance
to be marked valid.  This is to fix an incorrect "invalid public key"
error verifying a signature made by a revoked signing subkey, with a valid
unrevoked primary key.


--------------+
 ChangeLog    |   17 ++++++++++++++++
 getkey.c     |   40 ++++++++++++++++++--------------------
 keyedit.c    |   60 +++++++++++++++++++++++++++++++++++++++++++--------------
 keylist.c    |   12 ++++++-----
 passphrase.c |    2 -
 5 files changed, 90 insertions(+), 41 deletions(-)