2002-02-08 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 8 Feb 2002 22:43:44 +0000 (22:43 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 8 Feb 2002 22:43:44 +0000 (22:43 +0000)
commitf0a45d0c20abe8bda33e275277da6d3cea434f49
tree0f4c3f51a1348dd1f7cb2e5f7d8789d14127c2b1
parent6f2245b35dfb5f468245057f33ba194fc2839be5
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.
gpgme/ChangeLog
gpgme/engine-gpgsm.c
gpgme/engine-gpgsm.h
gpgme/engine.c
gpgme/engine.h
gpgme/genkey.c
gpgme/rungpg.c
gpgme/rungpg.h