summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-01-13 19:00:46 +0100
committerWerner Koch <wk@gnupg.org>2005-01-13 19:00:46 +0100
commit444c93043d8d2c9734df9be6067a30292739a9d9 (patch)
treea04b757300e10c5b1002ce43b02b94e278f2bdb1 /TODO
parentUpdated. (diff)
downloadgnupg2-444c93043d8d2c9734df9be6067a30292739a9d9.tar.xz
gnupg2-444c93043d8d2c9734df9be6067a30292739a9d9.zip
* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index 16311a204..7a2292bd6 100644
--- a/TODO
+++ b/TODO
@@ -67,16 +67,14 @@ might want to have an agent context for each service request
* Move pkcs-1 encoding into libgcrypt.
-* Use a MAC to protect some files.
+* Use a MAC to protect sensitive files.
+ The problem here is that we need yet another key and it is unlikely
+ that users are willing to remember that key too. It is possible to
+ do this with a smartcard, though.
* sm/export.c
** Return an error code or a status info per user ID.
-* Where is http.c, regcomp.c, srv.c, w32reg.c ?
-
-* scd/sc-investigate
-** Enhance with card compatibility check
-
* tests
** Makefile.am
We use printf(1) to setup the library path, this is not portable.