summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-12-23 11:23:16 +0100
committerWerner Koch <wk@gnupg.org>2003-12-23 11:23:16 +0100
commit02f20a7506263c95767f15ea69f81ede70c64627 (patch)
tree62acb5ab8d8b2ef97f86b56603a475adaba41f3e /TODO
parent* server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. (diff)
downloadgnupg2-02f20a7506263c95767f15ea69f81ede70c64627.tar.xz
gnupg2-02f20a7506263c95767f15ea69f81ede70c64627.zip
Enable the tests directory.
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 12 insertions, 6 deletions
diff --git a/TODO b/TODO
index eb8e2da66..f1355c03c 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ might want to have an agent context for each service request
* sm/gpgsm.c
** Support --output
** mark all unimplemented commands and options.
-** Print a hint when of MD2 is the cause for a problem.
+** Print a hint when MD2 is the cause for a problem.
* sm/keydb.c
** Check file permissions
@@ -71,10 +71,16 @@ might want to have an agent context for each service request
** Enhance with card compatibility check
* scd/app-openpgp
- Do a pre-check to make sure that the minimum length condition of the
- PINs are satisied - this avoid useless retry counter decrements in
- case the PIN dialog is accidently hit.
-
Must check that the fingerprint used is not the one of the
authentication key. Old GnuPG versions seem to encode the wrong
- keyID. \ No newline at end of file
+ keyID.
+
+* Store the revocation status directly in the Keybox
+
+* tests
+** Makefile.am
+ We use printf(1) to setup the library path, this is not portable.
+ Furthermore LD_LIBRARY_PATH is not used on all systems. It doesn't
+ matter for now, because we use some GNU/*BSDish features anyway.
+
+