diff options
author | Werner Koch <wk@gnupg.org> | 2015-01-21 11:31:20 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-01-21 11:31:20 +0100 |
commit | aa99ebde778b7b563f35025f1b48954757f840be (patch) | |
tree | c29ce1eb80ae1bd3313f243ba95da5b5f891f968 /NEWS | |
parent | artwork: Crop and rename the commonly used logo. (diff) | |
download | gnupg2-aa99ebde778b7b563f35025f1b48954757f840be.tar.xz gnupg2-aa99ebde778b7b563f35025f1b48954757f840be.zip |
gpg: Re-enable the "Passphrase" parameter for batch key generation.
* agent/command.c (cmd_genkey): Add option --inq-passwd.
* agent/genkey.c (agent_genkey): Add new arg override_passphrase.
* g10/call-agent.c (inq_genkey_parms): Handle NEWPASSWD keyword.
(agent_genkey): Add arg optional arg "passphrase".
* g10/keygen.c (common_gen, gen_elg, gen_dsa, gen_ecc)
(gen_rsa, do_create): Add arg "passphrase" and pass it through.
(do_generate_keypair): Make use of pPASSPHRASE.
(release_parameter_list): Wipe out a passphrase parameter.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Noteworthy changes in version 2.1.2 (unreleased) * agent: When setting --default-cache-ttl the value for --max-cache-ttl is adjusted to be not lower than the former. + * gpg: The parameter 'Passphrase' for batch key generation works + again. + Noteworthy changes in version 2.1.1 (2014-12-16) ------------------------------------------------ |