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.
|
1998-02-26 16:56:31 +00:00
|
|
|
Change the buffering to a mbuf like scheme? Need it for PSST anyway.
|
1997-11-21 14:53:57 +00:00
|
|
|
* add a way to difference between errors and eof in the underflow/flush
|
|
|
|
function of iobuf.
|
|
|
|
* add checking of armor trailers
|
|
|
|
* remove all "Fixmes"
|
1998-03-19 15:27:29 +00:00
|
|
|
|
1997-11-23 15:38:27 +00:00
|
|
|
* enable a SIGSEGV handler while using zlib functions
|
1997-11-21 14:53:57 +00:00
|
|
|
|
1998-03-19 15:27:29 +00:00
|
|
|
* complete cipher/cast.c -- have to use the PGP CFBug
|
|
|
|
|
|
|
|
* key generation for dsa and subpacket support.
|
1997-12-09 12:46:23 +00:00
|
|
|
|
1998-03-09 21:44:06 +00:00
|
|
|
* Burn the buffers used by fopen(), or use read(2).
|
1998-01-12 10:18:17 +00:00
|
|
|
|
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-13 20:58:50 +00:00
|
|
|
* add an option to create a new user id and to reorder the sequence of
|
|
|
|
them, so that the preferred emal address comes first. We need to
|
|
|
|
add some logic, which guarantees, that only one user-id can be signed by
|
|
|
|
others. This prevents extensive growing of the public key certificate
|
|
|
|
due to the bad usage of signing every user id. You get no extra
|
|
|
|
security by key signatures for every user id. I consider this
|
|
|
|
behaviour of PGP a bug, introduced, becaus PGP does't require a
|
|
|
|
self-signature. New user ids will only have your self signature to bind
|
|
|
|
them to your key and because the user id which is signed by others has
|
|
|
|
also be signed by you, all user-ids are bound together.
|
|
|
|
|
1998-03-09 21:44:06 +00:00
|
|
|
* add an option to re-create a public key from a secret key
|
|
|
|
|
|
|
|
* cleanup mainproc.c, much stuff is duplicated.
|
|
|
|
|
|
|
|
* remove key management stuff from sign.c.
|
1998-02-04 18:54:31 +00:00
|
|
|
|
1998-03-19 15:27:29 +00:00
|
|
|
* add fingerprint/keyid hashing. We need a new filed in PKC to
|
|
|
|
flag that we may have a cached signature for this (and use the address
|
|
|
|
of PKC to lookup the hash).
|
|
|
|
|