diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 30f8939bf..b7ce53c65 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,17 @@ +2005-05-03 Werner Koch <[email protected]> + + * passphrase.c (agent_get_passphrase): Add new arg CACHEID. + Changed all callers. + (ask_passphrase): Add new arg CACHEID and use it in agent mode. + Changed all callers. + (passphrase_clear_cache): New arg CACHEID. Changed all callers. + * cardglue.c (format_cacheid): New. + (pin_cb): Compute a cache ID. + (agent_scd_pksign, agent_scd_pkdecrypt): Use it. + (agent_clear_pin_cache): New. + * card-util.c (change_pin): Clear the PIN cache. + (check_pin_for_key_operation): Ditto. + 2005-04-24 David Shaw <[email protected]> * trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for the @@ -24,6 +38,11 @@ here. We'll fail quite happily later, and usually with a better error message to boot. +2005-04-20 Werner Koch <[email protected]> + + * sign.c (sign_file, sign_symencrypt_file): Allow for hash + debugging. + 2005-04-16 David Shaw <[email protected]> * keyserver.c (keyserver_spawn): Free some memory. |