diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -34,10 +34,6 @@ * g10/trustdb.c (make_sig_records): fix the fixme. - * at least an option to prefer DSA keys over RSA when selecting the key to - use. Depending on creation time would be nice too. I think this is - already done for the subkeys - check it. - * No TCP support yet for W32? arggg - should go into a separate program anyway. @@ -45,6 +41,9 @@ * Fix the bug in the mips assembler code + * Add a way to show the fingerprint of an key signator's keys + + Scheduled for 1.1 ----------------- * David C Niemi pointed out that the code for --no-default-keyring does not @@ -54,10 +53,6 @@ Scheduled for 1.1 * export by user-IDs does only export the first matching name which leads to a problem in cases where there are 2 keys with identically user-IDs. - * Rework the whole key selection stuff: Compile a list of valid - candidates for a keyblock first and the select one from it. - The current code is too ugly (getkey.c). - * With option -i prompt before adding a key to the keyring and show some info what we are about to add. @@ -69,18 +64,12 @@ Scheduled for 1.1 * Skip RO keyrings when importing a key. - * Use the newest encryption key if only the main key has been given. - [already in the gpg 1.1 codebase] - * replace the keyserver stuff either by a call to a specialized utility and SOCKSify this utility. * Check the beginning of file to detect already compressed files (gzip, bzip2, xdelta and some picture formats) - * Delay the read of the passphrase-fd after a NEED_PASSPHRASE. But this - may break some scripts. - * Get new assembler stuff from gmp 3.1 |