aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 621b278ba..ce1f6a7da 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,7 @@ We should always use valid S-Exp and not just parts.
** When we allow concurrent service request in gpgsm, we
might want to have an agent context for each service request
(i.e. Assuan context).
+** There is no error report if GPG_AGENT_INFO has been set but the agent is not anymore running.
* sm/certreqgen.c
** Improve error reporting
@@ -23,6 +24,11 @@ might want to have an agent context for each service request
** Try all available root certs in case we have several of them in our keybox.
For example TC TrustCenter Class 1 CA certs are ambiguous becuase
user certs don't come with a authorityKeyIdentifier.
+** Support extKeyUsage
+ The only value which makes sense for us is emailProtection (I have
+ not yet found a test cetificate with that). We might want to allow
+ other usages depending on special options (e.g. an option used for code
+ signing).
* sm/decrypt.c
** replace leading zero in integer hack by a cleaner solution
@@ -43,6 +49,10 @@ might want to have an agent context for each service request
** Remove the inter-module dependencies between gpgsm and keybox
** Add an source_of_key field
+* agent/gpg-agent.c
+** A SIGHUP should also restart the scdaemon
+ But do this only after all connections terminated.
+
* agent/command.c
** Make sure that secure memory is used where appropriate