diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 35 |
1 files changed, 0 insertions, 35 deletions
@@ -6,11 +6,6 @@ 20% faster and the crc32 code about 50% faster. Some memory leaks were also fixed according to the ChangeLog. - * Do we need a configure test for putenv? - - * Describe some pitfalls when using EGD. Check that ~/.gnupg/entropy - really is the default. What about needed permission? - * Using an expired key for signing should give an error message "expired key" and not "unusable key'. Furthermore the error should also be thrown when the default key has expired. Reported by @@ -48,11 +43,6 @@ * Add a way to show the fingerprint of an key signator's keys - * Add an is_valid flag to each user ID. - - * Replace the printing of the user name by [self-signature] when - appropriate so that a key listing does not get clobbered. - * Concatenated encryption messages don't work corectly - only the first one is processed. @@ -61,14 +51,8 @@ * --disable-asm should still assemble _udiv_qrnnd when needed - * Get new assembler stuff from gmp 3.1 - * add test cases for invalid data (scrambled armor or other random data) - * add checking of armor trailers. Try to detect garbled header - lines. Often one dash is missing due to sloppy cut+paste; so add - a warning note like the one for QP. - * the pubkey encrypt functions should do some sanity checks. * "gpg filename.tar.gz.asc" should work like --verify (-sab). @@ -87,11 +71,6 @@ * keyflags don't distinguish between {certify,signature}-only. - * Instead of issuing a "signature packet without keyid" gpg should - try to get the keyID from a corresponding one-pass signature - packet (See bug report 817). This is not easy to do as we don't - store the one-pass packets. - * cat foo | gpg --sign | gpg --list-packets Does not list the signature packet. @@ -102,18 +81,4 @@ * Add the NEWSIG status. - * When generating a key on the card we should try to also set the - display name or provide the display name as a default in the key - generation. The problem however is that the display name must be - given with an indication of the surname and the usable characters - are also restricted. - * Delete a card key as well as a wiping. - - -Things we won't do ------------------- - - * New option --file-remove path-to-wipe-program ? - - |