2002-06-29 16:15:02 +02:00
|
|
|
* Reword the "Not enough entropy" messages.
|
1998-10-18 17:21:22 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Do we need a configure test for putenv?
|
2000-10-11 19:26:49 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Check for consistent spelling of user ID, key ID etc.
|
|
|
|
Replace "user id not found" in getkey.c by "no valid user ID found".
|
|
|
|
|
|
|
|
* Describe some pitfalls when using EGD. Check that ~/.gnupg/entropy
|
|
|
|
really is the default. What about needed permission?
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-06-29 16:15:02 +02: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
|
2002-09-02 12:59:54 +02:00
|
|
|
Eric.VanBuggenhaut add AdValvas.be.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* pause scrolling help in --edit-key and elsewhere.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* getkey does not return revoked/expired keys - therefore it is not
|
|
|
|
possible to override it.
|
1999-12-08 22:03:03 +01:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Selection using +wordlist does not work.
|
|
|
|
What about adding a feature -word to the +wordlist search mode.
|
1999-10-26 14:14:37 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Check the changes to the gpg random gatherer on all W32 platforms.
|
1999-09-15 17:58:40 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Show more info does not work from edit->trust
|
1999-03-14 19:35:18 +01:00
|
|
|
|
2002-06-29 16:15:02 +02: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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* If there is no secure memory, allocate more memory for the secure
|
|
|
|
memory block or do it in all cases.
|
1999-08-31 17:30:12 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* add some minor things vor VMS.
|
1999-08-31 17:30:12 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Use DSA keys with the test suite (partly done)
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Fix the bug in the mips assembler code
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Add a way to show the fingerprint of an key signator's keys
|
1999-09-02 16:50:38 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Add an is_valid flag to each user ID.
|
1999-09-17 12:58:20 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
* Add option to put the list of recipients (from the encryption
|
|
|
|
layer) into the signatures notation data.
|
|
|
|
|
|
|
|
* --disable-asm should still assemble _udiv_qrnnd when needed
|
2000-07-25 17:38:12 +02:00
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* Get new assembler stuff from gmp 3.1
|
1999-07-22 20:11:55 +02:00
|
|
|
|
1999-04-07 20:58:34 +02:00
|
|
|
* use DEL and ^H for erasing the previous character (util/ttyio.c).
|
1999-05-08 19:35:16 +02:00
|
|
|
or better readline.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
1999-02-22 20:08:46 +01:00
|
|
|
* add test cases for invalid data (scrambled armor or other random data)
|
2002-06-29 16:15:02 +02:00
|
|
|
|
|
|
|
* add checking of armor trailers. Try to detect garbled header lines.
|
|
|
|
|
1999-04-18 10:18:52 +02:00
|
|
|
* the pubkey encrypt functions should do some sanity checks.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
1999-07-12 14:57:54 +02:00
|
|
|
* "gpg filename.tar.gz.asc" should work like --verify (-sab).
|
2002-06-29 16:15:02 +02:00
|
|
|
|
1999-05-22 22:54:54 +02: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
|
2002-06-29 16:15:02 +02:00
|
|
|
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.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
Things we won't do
|
|
|
|
------------------
|
|
|
|
|
|
|
|
* New option --file-remove path-to-wipe-program ?
|
1999-05-22 22:54:54 +02:00
|
|
|
|