aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-02-13 20:58:50 +0000
committerWerner Koch <[email protected]>1998-02-13 20:58:50 +0000
commitf477447d9af4097e8c5d4c15a3dd381237e93ee2 (patch)
treea655392c92fed02f06ebf503bf10b835b56e54e0 /TODO
parentadded assembler stuff for hppa (diff)
downloadgnupg-0-2-6.tar.gz
gnupg-0-2-6.zip
added option exportV0-2-6
Diffstat (limited to '')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index baaa1412f..7b193c6b1 100644
--- a/TODO
+++ b/TODO
@@ -23,4 +23,15 @@
we have a self-signature -> put this stuff into a kind of directory
record, as it does not belong to the pubkey record?
+ * add an option to create a new user id and to reorder the sequence of
+ them, so that the preferred emal address comes first. We need to
+ add some logic, which guarantees, that only one user-id can be signed by
+ others. This prevents extensive growing of the public key certificate
+ due to the bad usage of signing every user id. You get no extra
+ security by key signatures for every user id. I consider this
+ behaviour of PGP a bug, introduced, becaus PGP does't require a
+ self-signature. New user ids will only have your self signature to bind
+ them to your key and because the user id which is signed by others has
+ also be signed by you, all user-ids are bound together.
+