diff options
author | Werner Koch <wk@gnupg.org> | 2006-09-22 20:15:18 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-09-22 20:15:18 +0200 |
commit | 2db8df0ba388f0a39424b76ce00fe5b51abbd54d (patch) | |
tree | 20ec3eea82409a6329e241b92c9c16ef07d07456 /TODO | |
parent | Improved yat2m. (diff) | |
download | gnupg2-2db8df0ba388f0a39424b76ce00fe5b51abbd54d.tar.xz gnupg2-2db8df0ba388f0a39424b76ce00fe5b51abbd54d.zip |
Added iconv support and doc cleanups.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -77,10 +77,6 @@ might want to have an agent context for each service request ** Add a test to check the extkeyusage. -* doc/ -** Explain how to setup a root CA key as trusted -** Explain how trustlist.txt might be managed. - * Windows port ** gpgsm's LISTKEYS does not yet work Fix is to change everything to libestream @@ -90,12 +86,10 @@ 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). + We don't. The messages returned 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. * g10/ ** issue a NO_SECKEY xxxx if a -u key was not found. @@ -109,13 +103,5 @@ might want to have an agent context for each service request As soon as we switch to libgcrypt 1.3 we should remove the hard coded constant in random_is_faked. - -* common/ -** ttyio - Add completion support. -** yesno - Update to gpg 1.4.3 version - - * Extend selinux support to other modules |