2009-12-09 16:56:45 +01:00
|
|
|
-*- org -*-
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* 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
|
|
|
|
Eric.VanBuggenhaut add AdValvas.be.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* pause scrolling help in --edit-key and elsewhere.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* getkey does not return revoked/expired keys - therefore it is not
|
|
|
|
possible to override it.
|
1999-10-26 14:14:37 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Selection using +wordlist does not work.
|
|
|
|
What about adding a feature -word to the +wordlist search mode.
|
1999-09-15 17:58:40 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Check the changes to the gpg random gatherer on all W32 platforms.
|
1999-03-14 19:35:18 +01:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Show more info does not work from edit->trust. We should give more
|
|
|
|
information on the user ID under question while running
|
|
|
|
--update-trustdb.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Check that no secret temporary results are stored in the result parameter
|
|
|
|
of the mpi functions. We have already done this for mpi-mul.c
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* We need another special packet at the end of a clearsign message to mark
|
|
|
|
it's end and allow for multiple signature for one message. And
|
|
|
|
add a real grammar to the code in mainproc.c
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Fix the bug in the mips assembler code
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Add a way to show the fingerprint of an key signator's keys
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Concatenated encryption messages don't work corectly - only the
|
|
|
|
first one is processed.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Add option to put the list of recipients (from the encryption
|
|
|
|
layer) into the signatures notation data.
|
2000-07-25 17:38:12 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* --disable-asm should still assemble _udiv_qrnnd when needed
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* the pubkey encrypt functions should do some sanity checks.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* "gpg filename.tar.gz.asc" should work like --verify (-sab).
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* for messages created with "-t", it might make sense to append the
|
|
|
|
verification status of the message to the output (i.e. write something to
|
|
|
|
the --output file and not only to stderr. However the problem is
|
|
|
|
that we consider the message transpatrent and don't have any
|
|
|
|
indication of the used character set. To implement this feature
|
|
|
|
we need to make sure that all output is plain 7 bit ascii but
|
|
|
|
given that we need to print a user name, this does not make sense
|
|
|
|
at all. The only way this can be implemented is by assuming that
|
|
|
|
the message is encoded in utf8 and hope tht everyone starts to use
|
|
|
|
utf8 instead of latin-1 or whatever RSN. Hmmm, I myself should
|
|
|
|
start with this.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* keyflags don't distinguish between {certify,signature}-only.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* cat foo | gpg --sign | gpg --list-packets
|
|
|
|
Does not list the signature packet.
|
2002-10-17 13:38:07 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* When presenting the result of a verification show the user ID with
|
|
|
|
the highest trust level first instead of the primary one.
|
2003-03-24 17:18:30 +01:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* allow the use of option in gpg.conf.
|
2004-05-01 11:05:58 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Add the NEWSIG status.
|
2005-07-19 10:50:28 +02:00
|
|
|
|
2009-12-09 16:56:45 +01:00
|
|
|
* Delete a card key as well as a wiping.
|
|
|
|
|
|
|
|
* passphrase_to_dek does not return NULL after a cancel. There is
|
2005-09-20 10:19:50 +02:00
|
|
|
no way to issue a cancel when unsing the CLI - this would however
|
|
|
|
be a Good Thing when used with mixed symkey/pubkey encrypted
|
|
|
|
messages. See comment in mainproc.c:proc_symkey_enc.
|
2006-12-06 10:52:40 +01:00
|
|
|
Note, that this has been fixed in 2.0.2 - we should backport it.
|
2009-12-09 16:56:45 +01:00
|
|
|
|
|
|
|
* Backport from GnuPG-2:
|
|
|
|
|
|
|
|
2009-09-04 Werner Koch <wk@g10code.com>
|
|
|
|
|
|
|
|
* keyedit.c (menu_select_uid): Use IDX ==-1 t select all.
|
|
|
|
(menu_select_key): Ditto.
|
|
|
|
(keyedit_menu) <cmdSELKEY, cmdSELUID>: Allow '*' to select all.
|