mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
|
|
* add assembler support for more CPUs. (work, but easy)
|
|
* 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.
|
|
* filter all output read from the input when displaying it to the user.
|
|
* keyring editing
|
|
* improve the prime number generator
|
|
* remove some debugging stuff (e.g. the listing mode in mainproc)
|
|
* add trust stuff
|
|
* make ttyio.c work (hide passwords etc..)
|
|
* add detached signatures
|
|
* add option file handling.
|
|
* use correct ASN values for DEK encoding
|
|
* add checking of armor trailers
|
|
* fix the memory stuff (secure memory)
|
|
* add real secure memory
|
|
* look for a way to reuse RSA signatures
|
|
* find a way to remove the armor filter after it
|
|
has detected, that the data is not armored.
|
|
* Use the Chines Remainder Theorem to speed up RSA calculations.
|
|
* remove all "Fixmes"
|
|
* speed up the RIPE-MD-160
|
|
* add signal handling
|
|
* enable a SIGSEGV handler while using zlib functions
|
|
|