diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 5d726eab3..87c026b6a 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -2,14 +2,17 @@ * call-pinentry.c (start_pinentry): Disable pinentry logging. - * command.c (cmd_import_key, cmd_genkey): Add CACHE handling. + * command.c (cmd_import_key, cmd_genkey, cmd_pksign): Add CACHE + handling. * cvt-openpgp.c (convert_openpgp): Add arg CACHE_NONCE and try the cached nonce first. * genkey.c (agent_genkey): Add arg CACHE_NONCE. - * cache.c (agent_get_cache): Require user and impgen cache modes + * cache.c (agent_get_cache): Require user and nonce cache modes to match the requested mode. (agent_put_cache): Ditto. - * agent.h (CACHE_MODE_IMPGEN): New. + * agent.h (CACHE_MODE_NONCE): New. + * pksign.c (agent_pksign_do, agent_pksign): Add arg CACHE_NONCE. + * findkey.c (agent_key_from_file): Ditto. 2010-08-31 Werner Koch <[email protected]> |