werner committed to gnupg/g10

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Wed, 11 Sep 2002 09:27:54 +0200


Date:	Wednesday September 11, 2002 @ 9:27
Author:	werner

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

Modified Files:
	ChangeLog build-packet.c g10.c keygen.c main.h misc.c 
	options.h parse-packet.c seckey-cert.c tdbio.c 
Log Message:
* g10.c, options.h: Removed option --emulate-checksum-bug.
* misc.c (checksum_u16_nobug): Removed.
(checksum_u16): Removed the bug emulation.
(checksum_mpi): Ditto.
(checksum_mpi_counted_nbits): Removed and replaced all calls
with checksum_mpi.
* parse-packet.c (read_protected_v3_mpi): New.
(parse_key): Use it here to store it as an opaque MPI.
* seckey-cert.c (do_check): Changed the v3 unprotection to the new
why to store these keys.
(protect_secret_key): Likewise.
* build-packet.c (do_secret_key): And changed the writing.

File: ChangeLog        	Status: Up-to-date
File: build-packet.c   	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: main.h           	Status: Up-to-date
File: misc.c           	Status: Up-to-date
File: options.h        	Status: Up-to-date
File: parse-packet.c   	Status: Up-to-date
File: seckey-cert.c    	Status: Up-to-date
File: tdbio.c          	Status: Up-to-date