diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-21 15:53:57 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-21 15:53:57 +0100 |
commit | 2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71 (patch) | |
tree | abb30451cd6f2b6d3c28d0a91b71bc3c04a9f2a2 /TODO | |
parent | Output armor works, RSA keygen works. (diff) | |
download | gnupg2-2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71.tar.xz gnupg2-2f3cb7e30a56c21f1b5182b6914104ca0c3f8f71.zip |
Armor works now
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ + + * 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. + * remove idea. + * 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 signal handling + * add writing of signatures and checking of detached signatures. + * add option file handling. + * use correct ASN values for DEK encoding + * add compress handling + * 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. + * find a way to remove the arnor filter after it + 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 + |