summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-05-18 12:48:06 +0200
committerWerner Koch <wk@gnupg.org>2005-05-18 12:48:06 +0200
commit4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf (patch)
tree3c28c859bac5ca2c4c186e447256b3e207259dc5 /TODO
parent(got_fatal_signal): Print the signal number if we can't (diff)
downloadgnupg2-4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf.tar.xz
gnupg2-4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf.zip
Changed the scdaemon to handle concurrent sessions. Adjusted
gpg-agent accordingly. Code cleanups.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 3 insertions, 11 deletions
diff --git a/TODO b/TODO
index 6a0e9b18e..6e8951f03 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,9 @@ might want to have an agent context for each service request
to do that while changing gpgsm to allow concurrent operations.
** support the anyPolicy semantic
** Check that we are really following the verification procedures in rfc3280.
+** Implement a --card-status command.
+ This is useful to check whether a card is supported at all.
+
* sm/keydb.c
** Check file permissions
@@ -54,10 +57,6 @@ might want to have an agent context for each service request
** Don't use stdio to return results.
** Support DSA
-* agent/divert-scd.c
- Remove the agent_reset_scd kludge. We will do this after Scdaemon
- has been changed to allow multiple sessions. Currently in progress.
-
* Move pkcs-1 encoding into libgcrypt.
* Use a MAC to protect sensitive files.
@@ -90,10 +89,3 @@ might want to have an agent context for each service request
This means we can't reread a configuration
** No card status notifications.
-
-* scd/
-** Release the card after use so that gpg 1.4 is able to access it
- This won't be a sufficient change. we need to change gpg 1.4 to make
- use of the agent. Work is underway.
-
-