dshaw committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Tue, 26 Feb 2002 02:00:12 +0100


Date:	Tuesday February 26, 2002 @ 2:00
Author:	dshaw

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

Modified Files:
      Tag: STABLE-BRANCH-1-0
	ChangeLog getkey.c hkp.c hkp.h keyserver.c main.h misc.c 
	pubkey-enc.c 
Log Message:
Treat key lists internally as fingerprints when possible.  All this is via
KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows the
helper program to search the keyserver by fingerprint if desired (and the
keyserver supports it).  Note that automatic fingerprint promotion during
refresh only applies to v4 keys as a v4 fingerprint can be easily changed
into a long or short key id, and a v3 cannot.

Take two copies of hextobyte() from pubkey-enc.c and getkey.c and make
them into one copy in misc.c.

File: ChangeLog        	Status: Up-to-date
File: getkey.c         	Status: Up-to-date
File: hkp.c            	Status: Up-to-date
File: hkp.h            	Status: Up-to-date
File: keyserver.c      	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: misc.c           	Status: Up-to-date
File: pubkey-enc.c     	Status: Up-to-date