summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-05-11 11:15:56 +0200
committerWerner Koch <wk@gnupg.org>2004-05-11 11:15:56 +0200
commitd3184ce584f540d765da72988269e2d2a9f29e0f (patch)
tree3ee06d61d78c33d652a1b6b3f6ce4dc17d5cd369 /TODO
parent(log_set_file): Oops, don't close if LOGSTREAM is NULL. (diff)
downloadgnupg2-d3184ce584f540d765da72988269e2d2a9f29e0f.tar.xz
gnupg2-d3184ce584f540d765da72988269e2d2a9f29e0f.zip
* gpgsm.h (opt): Add member CONFIG_FILENAME.
* gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 80035b69b..0ac96b85c 100644
--- a/TODO
+++ b/TODO
@@ -70,11 +70,6 @@ might want to have an agent context for each service request
* scd/sc-investigate
** Enhance with card compatibility check
-* scd/app-openpgp
- Must check that the fingerprint used is not the one of the
- authentication key. Old GnuPG versions seem to encode the wrong
- keyID.
-
* tests
** Makefile.am
We use printf(1) to setup the library path, this is not portable.