2 * Change the internal representation of keyid into a struct which
3 can also hold the localid and extend the localid to hold information
4 of the subkey number because two subkeys may have the same keyid.
6 * Add a way to override the current cipher/md implementations
7 by others (using extensions)
9 * Not GnuPG related: What about option completion in bash?
10 Can "--dump-options" be used for this or should we place the
11 options in an ELF note section?
13 * Split key support (n-out-of-m). Use our own protocol or figure out
16 * add an option to re-create a public key from a secret key; we
17 can do this in trustdb.c:verify_own_keys. (special tool?)
19 * rewrite --list-packets or put it into another tool.
21 * write a tool to extract selected keys from a file.
23 * Change the buffering to a mbuf like scheme? See Michael's proposal.
25 * Keep a list of duplicate, faked or unwanted keyids.
27 * The current code has knowledge about the structure of a keyblock.
28 We should add an abstraction layer so that adding support for
29 different certificate structures will become easier.