diff options
author | Werner Koch <wk@gnupg.org> | 1999-09-01 15:40:07 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-09-01 15:40:07 +0200 |
commit | 0428ca6da6d18a2579fe81a1a77e184007bab9fb (patch) | |
tree | 644594a4ddc9d68649ecad3df72f5e97f5832588 /THOUGHTS | |
parent | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch (diff) | |
download | gnupg2-0428ca6da6d18a2579fe81a1a77e184007bab9fb.tar.xz gnupg2-0428ca6da6d18a2579fe81a1a77e184007bab9fb.zip |
See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch
Diffstat (limited to 'THOUGHTS')
-rw-r--r-- | THOUGHTS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -184,9 +184,9 @@ o the KS should verify signatures and only accept those o Keep a blacklist of known bad signatures to minimize the time needed to check them -o Should be fast - I currently designing a new storage +o Should be fast - I'm currently designing a new storage system called keybox which takes advantage of the fact - that the keyID is highly random and can be directly be + that the keyID is highly random and can directly be used as a hash value and this keyID is (for v4 keys) part of the fingerprint: So it is possible to use the fingerprint as key but do an lookup by the keyID. @@ -233,5 +233,9 @@ Suggested things which I will not do: ===================================== * Let take --help an option to select some topics. Using grep is much easier + * Check if an object (a message, detached sign, public key, or whatever) + is signed by definite user, i.e. define user + (userid, or any other unique identification) on command line. + --> Use a script and --status-fd |