summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-14 15:53:42 +0100
committerWerner Koch <wk@gnupg.org>2006-11-14 15:53:42 +0100
commita98ea89fa5737fed15055ecfc9cbba121e372207 (patch)
treee752e00b9538eaa32e3fe275c3a4967c0909fe22 /TODO
parentsm/ (diff)
downloadgnupg2-a98ea89fa5737fed15055ecfc9cbba121e372207.tar.xz
gnupg2-a98ea89fa5737fed15055ecfc9cbba121e372207.zip
New command GETEVENTCOUNTER.
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d5506531b..6d2d2f5f3 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,10 @@
** Remove the inter-module dependencies between gpgsm and keybox
** Add an source_of_key field
+* agent/
+** If we detect that a private key has been deleted
+ Bump the key event counter.
+
* agent/command.c
** Make sure that secure memory is used where appropriate