aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-08-17 18:01:25 +0000
committerWerner Koch <[email protected]>2006-08-17 18:01:25 +0000
commit6e3e2513d8ae9396cc5d504404863d9fe51a2313 (patch)
tree31943ccacb2d9e4a5234794ca0ffaf9923b28e93 /TODO
parentCopied gpg.texi over from 1.4.5 and started to restructure it into a proper (diff)
downloadgnupg-6e3e2513d8ae9396cc5d504404863d9fe51a2313.tar.gz
gnupg-6e3e2513d8ae9396cc5d504404863d9fe51a2313.zip
More man pages.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index 31846e566..cce9e0dee 100644
--- a/TODO
+++ b/TODO
@@ -98,11 +98,14 @@ might want to have an agent context for each service request
* sm/
** check that we issue NO_SECKEY xxx if a -u key was not found
+ We don't. The messages retruned are also wrong (recipient vs. signer).
* jnlib/
** provide jnlib_malloc and try to remove all jnlib_xmalloc.
+** Extend utf8conv.c to make use of iconv.
+ Need to merge with the code in 1.4/util/strgutil.c.
-* gpg/
+* g10/
** issue a NO_SECKEY xxxx if a -u key was not found.
** Replace DIGEST_ALGO_SHA224
We can't do that right now because it is only defined by newer
@@ -121,7 +124,6 @@ might want to have an agent context for each service request
Update to gpg 1.4.3 version
-what about gnupg_use_iconv?
-Extend selinux support to other modules
-Does the check for Linux capabilities still makes sense?
+* Extend selinux support to other modules
+