1997-11-21 14:53:57 +00:00
|
|
|
|
|
|
|
* write the assembler function for mpihelp ....
|
|
|
|
* 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..)
|
1997-11-24 11:04:11 +00:00
|
|
|
* add detached signatures
|
1997-11-21 14:53:57 +00:00
|
|
|
* 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
|
|
|
|
* add ElGamal and make it the default one.
|
1997-11-24 11:04:11 +00:00
|
|
|
* find a way to remove the armor filter after it
|
1997-11-21 14:53:57 +00:00
|
|
|
has detected, that the data is not armored.
|
|
|
|
* Use the Chines Remainder Theorem to speed up RSA calculations.
|
|
|
|
* remove all "Fixmes"
|
|
|
|
* add credits for the MPI lib.
|
|
|
|
* speed up the RIPE-MD-160
|
1997-11-24 11:04:11 +00:00
|
|
|
* add signal handling
|
1997-11-23 15:38:27 +00:00
|
|
|
* enable a SIGSEGV handler while using zlib functions
|
1997-11-21 14:53:57 +00:00
|
|
|
|