summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-09-02 21:06:34 +0200
committerWerner Koch <wk@gnupg.org>2003-09-02 21:06:34 +0200
commit936250aac9d87f464e8e4c5958d54e9ac405c878 (patch)
tree6ab4aa6a1eadbbd486327530236635d9f0563525 /TODO
parent2003-08-26 Timo Schulz <twoaday@freakmail.de> (diff)
downloadgnupg2-936250aac9d87f464e8e4c5958d54e9ac405c878.tar.xz
gnupg2-936250aac9d87f464e8e4c5958d54e9ac405c878.zip
* configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
* scdaemon.c, scdaemon.h: New option --pcsc-ccid. * ccid-driver.c, ccid-driver.h: New but far from being useful. * Makefile.am: Add above. * apdu.c: Add support for that ccid driver.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index c9b2d18ff..fe81d0241 100644
--- a/TODO
+++ b/TODO
@@ -20,6 +20,9 @@ might want to have an agent context for each service request
** When a certificate chain was sucessfully verified, make ephemeral certs used in this chain permanent.
** figure out how to auto retrieve a key by serialno+issuer.
Dirmngr is currently not able to parse more than the CN.
+** 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
+ user certs don't come with a authorityKeyIdentifier.
* sm/decrypt.c
** replace leading zero in integer hack by a cleaner solution