summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-08-17 17:26:22 +0200
committerWerner Koch <wk@gnupg.org>2004-08-17 17:26:22 +0200
commit066352a6a555ec60d4a7e117ced0c87e2467fe7e (patch)
tree006f724112a198bf31d3f691a9562a52b182d22b /TODO
parent(cmd_encrypt): Use DEFAULT_RECPLIST and not recplist (diff)
downloadgnupg2-066352a6a555ec60d4a7e117ced0c87e2467fe7e.tar.xz
gnupg2-066352a6a555ec60d4a7e117ced0c87e2467fe7e.zip
* import.c (check_and_store): Do a full validation if
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6e5c8cfb8..ce0db37aa 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ might want to have an agent context for each service request
while gpg-protect-tool wants to pop up the pinentry. Solution is
to release the connection. This is not trivial, thus we are going
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.
* sm/keydb.c
** Check file permissions
@@ -44,14 +46,15 @@ might want to have an agent context for each service request
* agent/gpg-agent.c
** A SIGHUP should also restart the scdaemon
- But do this only after all connections terminated.
- As of now we only send a RESET.
+ But do this only after all connections terminated. As of now we
+ only send a RESET.
* agent/command.c
** Make sure that secure memory is used where appropriate
* agent/pkdecrypt.c, agent/pksign.c
** Don't use stdio to return results.
+** Support DSA
* agent/divert-scd.c
Remove the agent_reset_scd kludge.