diff options
author | Werner Koch <wk@gnupg.org> | 2003-09-02 21:06:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-09-02 21:06:34 +0200 |
commit | 936250aac9d87f464e8e4c5958d54e9ac405c878 (patch) | |
tree | 6ab4aa6a1eadbbd486327530236635d9f0563525 /TODO | |
parent | 2003-08-26 Timo Schulz <twoaday@freakmail.de> (diff) | |
download | gnupg2-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-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |