marcus committed to gpgme/gpgme

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Fri, 08 Feb 2002 23:43:44 +0100


Date:	Friday February 8, 2002 @ 23:43
Author:	marcus

Update of /cvs/gnupg/gpgme/gpgme
In directory trithemius:/tmp/cvs-serv11097

Modified Files:
	ChangeLog engine-gpgsm.c engine-gpgsm.h engine.c engine.h 
	genkey.c rungpg.c rungpg.h 
Log Message:
2002-02-08  Marcus Brinkmann  <marcus@g10code.de>

	* genkey.c (gpgme_op_genkey_start): Allow PUBKEY and SECKEY to be
	set, and pass them down to the crypto engine.
	* engine-gpgsm.h (_gpgme_gpgsm_start): New arguments PUBKEY and SECKEY.
	* engine.h: Likewise.
	* rungpg.h (_gpgme_gpg_spawn): Likewise.
	* engine.c (_gpgme_engine_op_genkey): Likewise.  Use those
	arguments.
	* rungpg.c (_gpgme_gpg_op_genkey): Likewise.  Complain if those
	arguments are set.
	* engine-gpgsm.c (_gpgme_gpgsm_op_genkey): Likewise.  Implement
	function.

	* engine-gpgsm.c (_gpgme_gpgsm_op_keylist): Beautify comment.

File: ChangeLog        	Status: Up-to-date
File: engine-gpgsm.c   	Status: Up-to-date
File: engine-gpgsm.h   	Status: Up-to-date
File: engine.c         	Status: Up-to-date
File: engine.h         	Status: Up-to-date
File: genkey.c         	Status: Up-to-date
File: rungpg.c         	Status: Up-to-date
File: rungpg.h         	Status: Up-to-date