diff options
author | Werner Koch <wk@gnupg.org> | 2000-07-25 17:38:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-07-25 17:38:12 +0200 |
commit | b872ea2577bb68fc29d126cf79900d88d55ba268 (patch) | |
tree | 8464add6c2571724cf174d25b45a7cd05778eed0 /TODO | |
parent | See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch (diff) | |
download | gnupg2-b872ea2577bb68fc29d126cf79900d88d55ba268.tar.xz gnupg2-b872ea2577bb68fc29d126cf79900d88d55ba268.zip |
See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -28,8 +28,6 @@ * Speed up calculation of key validation. - * Allow a replacement for the progress functions in ./cipher - * print a warning when a revoked/expired _secret_ key is used. * --disable-asm should still assemble _udiv_qrnnd when needed @@ -47,6 +45,12 @@ * Delay the read of the passphrase-fd afte a NEED_PASSPHRASE. But this may break some scripts. + * as soon as we have moved to KBX, we can check signatures at all places + because there is no perfomance drawback as we can store the result of + a verification in the KBX. This enable us to better print information on + revoked user IDs and signatures. Well, caching of non-self-signatures + will still be complicated. + Nice to have ------------ |