summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-11-23 18:09:51 +0100
committerWerner Koch <wk@gnupg.org>2004-11-23 18:09:51 +0100
commitc7b97075aa213a7ac54b8c56679719679816b3fa (patch)
tree04945dddc36984039b8b403f7eabbb7852cfe53c /TODO
parentPost release preparations (diff)
downloadgnupg2-c7b97075aa213a7ac54b8c56679719679816b3fa.tar.xz
gnupg2-c7b97075aa213a7ac54b8c56679719679816b3fa.zip
* b64enc.c: Include stdio.h and string.h
* gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO b/TODO
index a80dfa453..138f9bade 100644
--- a/TODO
+++ b/TODO
@@ -25,6 +25,8 @@ might want to have an agent context for each service request
* sm/certlist.c
** ocspSigning usage is not fully implemented
We should review the entire CRL and OCSP validation system.
+ Okay. This has been fixed in dirmngr when running it in system
+ daemon mode.
* sm/decrypt.c
** replace leading zero in integer hack by a cleaner solution
@@ -93,12 +95,3 @@ might want to have an agent context for each service request
This needs support in libksba/src/cert.c as well as in sm/*.c.
Need test certs as well. Same goes for CRL authorityKeyIdentifier.
-** Dirmngr: name subordination (nameRelativeToCRLIssuer)
- is not yet supported by Dirmngr.
-
-** Dirmngr: CRL DP URI
- The CRL DP shall use an URI for LDAP without a host name. The host
- name shall be looked by using the DN in the URI. We don't implement
- this yet. Solution is to have a mapping DN->host in our ldapservers
- configuration file.
-