dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sun, 10 Feb 2002 01:18:54 +0100


Date:	Sunday February 10, 2002 @ 1:18
Author:	dshaw

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

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog cipher.c g10.c hkp.c keydb.h keyedit.c keylist.c 
	mainproc.c misc.c options.h pkclist.c sign.c 
Log Message:
For --sig-policy-url and --cert-policy-url, clarify what is a sig and what
is a cert.  A sig has sigclass 0x00, 0x01, 0x02, or 0x40, and everything
else is a cert.

Add a "nrlsign" for nonrevocable and local key signatures.

Add a --no-force-mdc to undo --force-mdc.

Add a knob to force --disable-mdc/--no-disable-mdc.  Off by default, of
course, but is used in --pgp2 and --pgp6 modes.

Allow specifying multiple users in the "Enter the user ID" loop.  Enter a
blank line to stop.  Show each key+id as it is added.

It is not illegal (though possibly silly) to have multiple policy URLs in
a given signature, so print all that are present.

More efficient implementation of URL-ifying code for --search on an HKP
keyserver.

File: ChangeLog        	Status: Up-to-date
File: cipher.c         	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: hkp.c            	Status: Up-to-date
File: keydb.h          	Status: Up-to-date
File: keyedit.c        	Status: Up-to-date
File: keylist.c        	Status: Up-to-date
File: mainproc.c       	Status: Up-to-date
File: misc.c           	Status: Up-to-date
File: options.h        	Status: Up-to-date
File: pkclist.c        	Status: Up-to-date
File: sign.c           	Status: Up-to-date