aboutsummaryrefslogtreecommitdiffstats
path: root/PROJECTS
diff options
context:
space:
mode:
Diffstat (limited to 'PROJECTS')
-rw-r--r--PROJECTS20
1 files changed, 18 insertions, 2 deletions
diff --git a/PROJECTS b/PROJECTS
index 85b45765d..d6725f7a9 100644
--- a/PROJECTS
+++ b/PROJECTS
@@ -15,8 +15,9 @@
* add an option to re-create a public key from a secret key; we
can do this in trustdb.c:verify_own_keys. (special tool?)
-
- * rewrite --list-packets or put it into another tool.
+ 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.
* write a tool to extract selected keys from a file.
@@ -28,3 +29,18 @@
We should add an abstraction layer so that adding support for
different certificate structures will become easier.
+ * "Michael T. Babcock" <[email protected]> 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.