dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Wed, 29 May 2002 22:52:52 +0200


Date:	Wednesday May 29, 2002 @ 22:52
Author:	dshaw

Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv6085

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog cipher.c g10.c keygen.c options.h 
Log Message:
* keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc"
in the prefs string to allow switching on and off the MDC feature.  This
is needed to properly export a key from GnuPG for use on PGP which does
not support MDC - without this, MDC-capable implementations will still try
and generate MDCs which will break PGP.

* keygen.c (keygen_get_std_prefs): Show "[mdc]" in prefs string if it is
enabled.

* options.h, g10.c (main), cipher.c (write_header), keygen.c
(keygen_set_std_prefs): For consistency, allow the user to specify
mdc/no-mdc in the --personal-preference-list.  If disabled, it acts just
like --disable-mdc.

File: ChangeLog        	Status: Up-to-date
File: cipher.c         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: options.h        	Status: Up-to-date