CVS update: gnupg/g10

Werner Koch wkoch@guug.de
Sat, 13 Nov 1999 17:43:18 +0100


Date:	Saturday November 13, 1999 @ 17:43
Author:	wkoch

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

Modified Files:
	ChangeLog Makefile.am build-packet.c cipher.c encode.c 
	encr-data.c free-packet.c g10.c getkey.c gpgd.c import.c 
	keyedit.c keygen.c keyid.c keylist.c main.h mainproc.c misc.c 
	packet.h passphrase.c pkclist.c pubkey-enc.c seckey-cert.c 
	seskey.c sig-check.c sign.c skclist.c trustdb.c 
Log Message:
Sat Nov 13 17:44:23 CET 1999  Werner Koch  <wk@gnupg.de>

	* mainproc.c (list_node): Print the PK algo in the --with-colon mode.
	* keylist.c (list_keyblock): Ditto.

	* misc.c (pull_in_libs): Removed pull in of g10c.

	* misc.c (map_gcry_rc): Removed here and chnaged all users.

	* getkey.c: Replaced check_pubkey_algo by openpgp_pk_test_algo.
	* import.c (delete_inv_parts): Ditto.
	* pkclist.c: Ditto.
	* skclist.c: Ditto.
	* pubkey-enc.c: Ditto.

	* g10.c (main): Replaced the function to diable PK algos.

	* g10.c (main): Replaced get_random_bits by gcry_random_bytes.
	* seskey.c (encode_session_key): Likewise.
	(make_session_key): Renamed randomize_buffer to gcry_randomize
	and use the GCRY_xxx_RANDOM constants.
	* cipher.c (write_header): Ditto.
	* passphrase.c (hash_passphrase): Ditto.
	* seckey-cert.c (protect_secret_key): Ditto.

	* getkey.c (find_by_name): Replaced rmd160_hash_buffer
	by gcry_md_hash_buffer.
	* keyedit.c (show_prefs): Ditto.
	* keylist.c (list_keyblock): Ditto.
	* trustdb.c (print_uid_from_keyblock): Ditto.
	(make_uid_records): Ditto.

	* skclist.c (build_sk_list): Removed the test on faked RNGs.
	(is_insecure): Removed.
	* g10.c (--quick-random): Removed this option.

	* Replaced all PUBKEY_ALGO_xxx by GCRY_PK_xxxx.

	* misc.c (pubkey_algo_npkey): New as a wrapper around the gcry fucntion.
	(pubkey_algo_nskey): Ditto.
	(pubkey_algo_nsig): Ditto.
	(pubkey_algo_nenc): Ditto.


File: ChangeLog        	Status: Up-to-date
File: Makefile.am      	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: free-packet.c    	Status: Up-to-date
File: g10.c            	Status: Up-to-date
File: getkey.c         	Status: Up-to-date
File: gpgd.c           	Status: Up-to-date
File: import.c         	Status: Up-to-date
File: keyedit.c        	Status: Up-to-date
File: keygen.c         	Status: Up-to-date
File: keyid.c          	Status: Up-to-date
File: keylist.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: packet.h         	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: 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: trustdb.c        	Status: Up-to-date