mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
add a few notes.
This commit is contained in:
parent
97958029f6
commit
d6fe40e8d5
10
TODO
10
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
|
** When we allow concurrent service request in gpgsm, we
|
||||||
might want to have an agent context for each service request
|
might want to have an agent context for each service request
|
||||||
(i.e. Assuan context).
|
(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
|
* sm/certreqgen.c
|
||||||
** Improve error reporting
|
** 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.
|
** 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
|
For example TC TrustCenter Class 1 CA certs are ambiguous becuase
|
||||||
user certs don't come with a authorityKeyIdentifier.
|
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
|
* sm/decrypt.c
|
||||||
** replace leading zero in integer hack by a cleaner solution
|
** 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
|
** Remove the inter-module dependencies between gpgsm and keybox
|
||||||
** Add an source_of_key field
|
** 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
|
* agent/command.c
|
||||||
** Make sure that secure memory is used where appropriate
|
** Make sure that secure memory is used where appropriate
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user