diff options
author | Werner Koch <wk@gnupg.org> | 2004-08-18 16:37:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-08-18 16:37:22 +0200 |
commit | 33310977ac6984a49085f12f0f5ff83c9a9f8d8a (patch) | |
tree | 68ac27b18f89db441dd04b92bae3a0422037e23a /TODO | |
parent | (print_sanitized_utf8_string): Actually implement (diff) | |
download | gnupg2-33310977ac6984a49085f12f0f5ff83c9a9f8d8a.tar.xz gnupg2-33310977ac6984a49085f12f0f5ff83c9a9f8d8a.zip |
(simple_pwquery): Handle gpg-error style return
code for canceled.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |