1998-09-28 19:25:31 +00:00
|
|
|
|
1998-11-10 12:59:59 +00:00
|
|
|
* Check if an object (a message, detached sign, public key, or whatever)
|
|
|
|
is signed by definite user, i.e. define user
|
|
|
|
(userid, or any other unique identification) on command line.
|
|
|
|
|
1998-11-20 17:42:18 +00:00
|
|
|
* Change the internal represention of keyid into a struct which
|
|
|
|
can also hold the localid and extend the localid to hold information
|
|
|
|
of the subkey number because two subkeys may have the same keyid.
|
|
|
|
|
|
|
|
* signature verification is done duplicated on import: in import.c and
|
|
|
|
tehn in trustdb.c too. Maybe we can use a flag to skip the actual
|
|
|
|
verification process (this should work if we use the same keyblock,
|
|
|
|
but I'm not sure how to accomplish that). Another way is to allow
|
|
|
|
the import of bogus data and let trustdb mark these keys as invalid;
|
|
|
|
I see an advantage in this that it may help to prevent a DoS on a
|
|
|
|
keyserver by sending him a lot of bogus signatures which he has
|
|
|
|
to check - Needs further investigation.
|
1998-11-10 12:59:59 +00:00
|
|
|
|
1998-10-21 17:34:36 +00:00
|
|
|
* abstraction of the MPI
|
1998-09-28 19:25:31 +00:00
|
|
|
|
1998-10-21 17:34:36 +00:00
|
|
|
* Add a way to override the current cipher/md implementations
|
1998-09-28 19:25:31 +00:00
|
|
|
by others (using extensions)
|
|
|
|
|
1998-11-20 17:42:18 +00:00
|
|
|
* Not GnuPG replated: What about option completion in bash?
|
1998-11-03 19:38:58 +00:00
|
|
|
Can "--dump-options" be used for this or should we place the
|
|
|
|
options in a special ELF segment?
|
|
|
|
|