dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Mon, 18 Mar 2002 00:47:32 +0100


Date:	Monday March 18, 2002 @ 0:47
Author:	dshaw

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

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog g10.c getkey.c import.c keyedit.c mainproc.c sign.c 
Log Message:
--openpgp implies --allow-non-selfsigned-uid

If none of the uids are primary (because none are valid) then pick the
first to be primary (but still invalid).  This is for cosmetics in case
some display needs to print a user ID from a non-selfsigned key.  Also use
--allow-non-selfsigned-uid to make such a key valid and not
--always-trust.  The key is *not* automatically trusted via
--allow-non-selfsigned-uid.

Make sure non-selfsigned uids print [uncertain] on verification even
though one is primary now.

If the main key is not valid, then neither are the subkeys.

Allow --allow-non-selfsigned-uid to work on completely unsigned keys.  
Print the uids in UTF8.  Remove mark_non_selfsigned_uids_valid()

Show revocation key as UTF8.

Allow --not-dash-escaped to work with v3 keys.

File: ChangeLog        	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: getkey.c         	Status: Up-to-date
File: import.c         	Status: Up-to-date
File: keyedit.c        	Status: Up-to-date
File: mainproc.c       	Status: Up-to-date
File: sign.c           	Status: Up-to-date