1998-09-28 21:25:31 +02:00
|
|
|
|
1999-01-12 11:20:24 +01:00
|
|
|
* Change the internal representation of keyid into a struct which
|
1998-11-20 18:42:18 +01:00
|
|
|
can also hold the localid and extend the localid to hold information
|
|
|
|
of the subkey number because two subkeys may have the same keyid.
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
* Add a way to override the current cipher/md implementations
|
|
|
|
by others (using extensions)
|
1998-09-28 21:25:31 +02:00
|
|
|
|
1999-01-12 11:20:24 +01:00
|
|
|
* Not GnuPG related: What about option completion in bash?
|
1998-12-23 13:41:40 +01:00
|
|
|
Can "--dump-options" be used for this or should we place the
|
1999-09-01 15:40:07 +02:00
|
|
|
options in an ELF note section?
|
1998-09-28 21:25:31 +02:00
|
|
|
|
1999-09-01 15:40:07 +02:00
|
|
|
* Split key support (n-out-of-m). Use our own protocol or figure out
|
|
|
|
how PGP does it.
|
1998-12-08 13:20:53 +01:00
|
|
|
|
1998-12-14 21:22:42 +01:00
|
|
|
* add an option to re-create a public key from a secret key; we
|
1999-09-01 15:40:07 +02:00
|
|
|
can do this in trustdb.c:verify_own_keys. (special tool?)
|
2002-06-29 16:15:02 +02:00
|
|
|
Hmmm, we better drop the duplication of the public part and just keep
|
|
|
|
the secrets in the "secring" - this has the additional that we can
|
|
|
|
put those secrets on a hardware token.
|
1998-12-23 13:41:40 +01:00
|
|
|
|
|
|
|
* write a tool to extract selected keys from a file.
|
|
|
|
|
1999-09-01 15:40:07 +02:00
|
|
|
* Change the buffering to a mbuf like scheme? See Michael's proposal.
|
1998-12-23 13:41:40 +01:00
|
|
|
|
1998-12-29 14:47:31 +01:00
|
|
|
* Keep a list of duplicate, faked or unwanted keyids.
|
|
|
|
|
1999-04-26 17:53:01 +02:00
|
|
|
* The current code has knowledge about the structure of a keyblock.
|
|
|
|
We should add an abstraction layer so that adding support for
|
|
|
|
different certificate structures will become easier.
|
|
|
|
|
2002-06-29 16:15:02 +02:00
|
|
|
* "Michael T. Babcock" <mbabcock@fibrespeed.net> suggested to write
|
|
|
|
an event log so that other software can display a key history or
|
|
|
|
alike with GnuPG results. This should be connected to the keyrings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This file is free software; as a special exception the author gives
|
|
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
|
|
modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|