CVS update: gnupg/g10

Werner Koch wkoch@guug.de
Wed, 8 Dec 1999 22:03:00 +0100


Date:	Wednesday December 8, 1999 @ 22:02
Author:	wkoch

Update of /home/koch/cvs/gnupg/g10
In directory sigtrap:/tmp/cvs-serv2183/g10

Modified Files:
	ChangeLog armor.c build-packet.c cipher.c encode.c encr-data.c 
	filter.h free-packet.c g10.c gpgd.c hkp.c keygen.c keyid.c 
	main.h mainproc.c misc.c options.h packet.h parse-packet.c 
	passphrase.c pkclist.c pubkey-enc.c ringedit.c seckey-cert.c 
	seskey.c sig-check.c sign.c skclist.c status.c 
Log Message:
Wed Dec  8 21:58:32 CET 1999  Werner Koch  <wk@gnupg.de>

	* seckey-cert.c: Removed obsolete mpi_*_protect_flag.
	* parse-packet.c: Ditto.

	* misc.c (mpi_read): Removed the secure argumet becuase it is
	never used.  Changed all Callers.
	(mpi_read_opaque): New.
	(mpi_write_opaque): New.
	* parse-packet.c (parse_key): Use the opaque method also for
	v3 keys.
	* build-packet.c (do_secret_key): Likewise.

	* g10.c (main): Check libgcrypt version.

	* packet.h: replaced inclusion of mpi.h by a plain typeedef of the
	gcry_mpi structure and removed all inclusions of "mpi.h" in all
	sources.

	* g10.c: Add --delete-secret-key to the help page.

	* g10.c (main): Changed the default homedir to "~/.gnupg-test" so
	that we don't mess up with the stable version.

	* misc.c (mpi_write): New.
	(mpi_write): New.

	* misc.c (checksum_u16_nobug): Removed.
	(checksum_mpi_counted_nbits): Renamed to ...
	(checksum_mpi): ... this to superseed the old one. Changed all
	callers. This is because we do not emulate the old gpg bug anymore.
	* g10.c (oEmuChecksumBug): Removed.


File: ChangeLog        	Status: Up-to-date
File: armor.c          	Status: Up-to-date
File: build-packet.c   	Status: Up-to-date
File: cipher.c         	Status: Up-to-date
File: encode.c         	Status: Up-to-date
File: encr-data.c      	Status: Up-to-date
File: filter.h         	Status: Up-to-date
File: free-packet.c    	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: gpgd.c           	Status: Up-to-date
File: hkp.c            	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: keyid.c          	Status: Up-to-date
File: main.h           	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: packet.h         	Status: Up-to-date
File: parse-packet.c   	Status: Up-to-date
File: passphrase.c     	Status: Up-to-date
File: pkclist.c        	Status: Up-to-date
File: pubkey-enc.c     	Status: Up-to-date
File: ringedit.c       	Status: Up-to-date
File: seckey-cert.c    	Status: Up-to-date
File: seskey.c         	Status: Up-to-date
File: sig-check.c      	Status: Up-to-date
File: sign.c           	Status: Up-to-date
File: skclist.c        	Status: Up-to-date
File: status.c         	Status: Up-to-date