1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00
gnupg/TODO

41 lines
1.6 KiB
Plaintext
Raw Normal View History

1997-11-21 15:53:57 +01:00
1997-11-27 12:44:13 +01:00
* add assembler support for more CPUs. (work, but easy)
1997-11-21 15:53:57 +01:00
* improve iobuf by reading more than one byte at once,
this shoud espceially done for the buffer in the chain.
* add a way to difference between errors and eof in the underflow/flush
function of iobuf.
1997-12-09 13:46:23 +01:00
* check that all output is filtered when displayed.
1997-11-21 15:53:57 +01:00
* add trust stuff
* add checking of armor trailers
* add real secure memory
* look for a way to reuse RSA signatures
* remove all "Fixmes"
* speed up the RIPE-MD-160
1997-11-24 12:04:11 +01:00
* add signal handling
1997-11-23 16:38:27 +01:00
* enable a SIGSEGV handler while using zlib functions
1997-11-21 15:53:57 +01:00
1997-12-02 20:36:53 +01:00
* PGP writes the signature and then the file, this is not
1997-12-09 13:46:23 +01:00
a good idea, we can't write such files if we take input from stdin.
1997-12-02 20:36:53 +01:00
So the solution will: accept such packet, but write
signature the corret way: first the data and then the signature[s]
this is much easier to check, also we must read the entire data
before we can check wether we have the pubkey or not. The one-pass
signature packets should be implemented to avoid this.
1997-12-12 13:03:58 +01:00
* complete cipher/cast.c
* complete cipher/dsa.c
1997-12-09 13:46:23 +01:00
1997-12-16 20:15:09 +01:00
* define a standard way to specify keyid/userid and other stuff
to identify a user. We could look at the first character and
say: If it's a digit, a keyid follows (need to add a zero in
case the keyid starts with A..F); if it is a left angle bracket,
this is a email address and should be used, all others are substrings
of the userid.
[can be handles in get_pubkey_by_name()]
1998-01-02 21:40:10 +01:00
* armor has now some problems.
1998-01-07 21:47:46 +01:00
* add g10 stuff to Mutt's pgpinvoke.c