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

cvs user dshaw cvs@cvs.gnupg.org
Fri, 02 May 2003 23:41:53 +0200


    Date: Friday, May 2, 2003 @ 23:41:43
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10
     Tag: STABLE-BRANCH-1-2

Modified: ChangeLog encode.c g10.c main.h misc.c options.h sign.c

* sign.c (sign_file): Fix bug that causes spurious compression preference
warning.

* sign.c (clearsign_file): Fix bug that prevents proper warning message
from appearing when clearsigning in --pgp2 mode with a non-v3 RSA key.

* main.h, misc.c (compliance_option_string, compliance_string,
compliance_failure), sign.c (sign_file, clearsign_file), encode.c
(encode_crypt, write_pubkey_enc_from_list): New functions to put the "this
message may not be usable...." warning in one place.

* options.h, g10.c (main): Part two of the simplification.  Use a single
enum to indicate what we are compliant to (1991, 2440, PGPx, etc.)


-----------+
 ChangeLog |   16 ++++
 encode.c  |   15 +---
 g10.c     |  206 +++++++++++++++++++++++++++---------------------------------
 main.h    |    2 
 misc.c    |   47 +++++++++++++
 options.h |   23 ++----
 sign.c    |   14 +---
 7 files changed, 180 insertions(+), 143 deletions(-)