gnupg/g10 (7 files)

cvs user dshaw cvs@cvs.gnupg.org
Thu, 03 Oct 2002 00:01:29 +0200


    Date: Thursday, October 3, 2002 @ 00:01:29
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog import.c keylist.c parse-packet.c revoke.c
          seckey-cert.c trustdb.c

* import.c (import_secret_one): Check for an illegal (>110) protection
cipher when importing a secret key.

* keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing
key.

* parse_packet.c (parse_key): Some comments.

* revoke.c (gen_revoke): Remove some debugging code.

* trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option
again.

* seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher
in question is in fact IDEA.


----------------+
 ChangeLog      |   18 ++++++++++++++++++
 import.c       |    7 +++++++
 keylist.c      |    9 +++++----
 parse-packet.c |    6 ++++++
 revoke.c       |    4 +++-
 seckey-cert.c  |    3 ++-
 trustdb.c      |   10 +---------
 7 files changed, 42 insertions(+), 15 deletions(-)