summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-08-18 16:37:22 +0200
committerWerner Koch <wk@gnupg.org>2004-08-18 16:37:22 +0200
commit33310977ac6984a49085f12f0f5ff83c9a9f8d8a (patch)
tree68ac27b18f89db441dd04b92bae3a0422037e23a /TODO
parent(print_sanitized_utf8_string): Actually implement (diff)
downloadgnupg2-33310977ac6984a49085f12f0f5ff83c9a9f8d8a.tar.xz
gnupg2-33310977ac6984a49085f12f0f5ff83c9a9f8d8a.zip
(simple_pwquery): Handle gpg-error style return
code for canceled.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ce0db37aa..dd69544e1 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,10 @@ might want to have an agent context for each service request
** figure out how to auto retrieve a key by serialno+issuer.
Dirmngr is currently not able to parse more than the CN.
+* sm/certlist.c
+** ocspSigning usage is not fully implemented
+ We should review the entire CRL and OCSP validation system.
+
* sm/decrypt.c
** replace leading zero in integer hack by a cleaner solution