gnupg/g10 (ChangeLog g10.c options.skel sig-check.c sign.c)

cvs user dshaw cvs@cvs.gnupg.org
Thu, 16 Jan 2003 20:20:10 +0100


    Date: Thursday, January 16, 2003 @ 20:20:10
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog g10.c options.skel sig-check.c sign.c

* g10.c (add_group): Trim whitespace after a group name so it does not
matter where the user puts the = sign.

* options.skel: Comment out the first three lines in case someone manually
copies the skel file to their homedir.

* sign.c (clearsign_file): Only use pgp2mode with v3 keys and MD5. This
matches what we do when decoding such messages and prevents creating a
message (v3+RIPEMD/160) that we can't verify.

* sig-check.c (signature_check2): Use G10ERR_GENERAL as the error for
signature digest conflict.  BAD_SIGN implies that a signature was checked
and we may try and print out a user ID for a key that doesn't exist.


--------------+
 ChangeLog    |   17 +++++++++++++++++
 g10.c        |    2 ++
 options.skel |    8 ++++----
 sig-check.c  |    2 +-
 sign.c       |    4 ++--
 5 files changed, 26 insertions(+), 7 deletions(-)