1997-11-21 14:53:57 +00:00
|
|
|
|
1997-11-27 11:44:13 +00:00
|
|
|
* add assembler support for more CPUs. (work, but easy)
|
1997-11-21 14:53:57 +00: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 12:46:23 +00:00
|
|
|
* check that all output is filtered when displayed.
|
1997-11-21 14:53:57 +00:00
|
|
|
* add checking of armor trailers
|
|
|
|
* look for a way to reuse RSA signatures
|
|
|
|
* remove all "Fixmes"
|
|
|
|
* 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
|
|
|
|
1997-12-12 12:03:58 +00:00
|
|
|
* complete cipher/cast.c
|
|
|
|
* complete cipher/dsa.c
|
1997-12-09 12:46:23 +00:00
|
|
|
|
1998-01-02 20:40:10 +00:00
|
|
|
* armor has now some problems.
|
|
|
|
|
1998-01-07 20:47:46 +00:00
|
|
|
* add g10 stuff to Mutt's pgpinvoke.c
|
|
|
|
|
1998-01-12 10:18:17 +00:00
|
|
|
* Burn the buffers used by fopen().
|
|
|
|
|
1998-01-26 22:09:01 +00:00
|
|
|
* bug: g10/trustdb.c#build_sigrecs called to often by do_list_path
|
1998-01-25 18:56:33 +00:00
|
|
|
and remove the bad kludge. Maybe we should put all sigs into the trustdb
|
|
|
|
and mark them as valid/invalid/nopubkey, and how do we check, that
|
|
|
|
we have a self-signature -> put this stuff into a kind of directory
|
|
|
|
record, as it does not belong to the pubkey record?
|
1998-01-07 20:47:46 +00:00
|
|
|
|
1998-02-04 18:54:31 +00:00
|
|
|
* Have no prototype for stpcpy() when using glibc 2; must switch on
|
|
|
|
the GNU extensions or see how configure can fix it.
|
|
|
|
|
|
|
|
|