diff options
Diffstat (limited to 'PROJECTS')
-rw-r--r-- | PROJECTS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ (userid, or any other unique identification) on command line. --> NO: Use a script and --status-fd - * Change the internal represention of keyid into a struct which + * Change the internal representation 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. @@ -20,7 +20,7 @@ * Add a way to override the current cipher/md implementations by others (using extensions) - * Not GnuPG replated: What about option completion in bash? + * Not GnuPG related: What about option completion in bash? Can "--dump-options" be used for this or should we place the options in a special ELF segment? @@ -34,9 +34,9 @@ * rewrite --list-packets or put it into another tool. - * We need a maintainence pass over the trustdb which flags + * We need a maintenance pass over the trustdb which flags signatures as expired if the key used to make the signature has - expired. Maybe it is a good idea to store the exiration time + expired. Maybe it is a good idea to store the expiration time in the key record of the trustdb. * write a tool to extract selected keys from a file. |