diff options
author | Werner Koch <wk@gnupg.org> | 2006-03-21 10:56:47 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-03-21 10:56:47 +0100 |
commit | 6b19366e4e4583bc70f43c2ac138b9a7decb7075 (patch) | |
tree | 74ccd4d237a7579e9251c05fc4df78372bd37bc7 /TODO | |
parent | Fixed card removal problems (diff) | |
download | gnupg2-6b19366e4e4583bc70f43c2ac138b9a7decb7075.tar.xz gnupg2-6b19366e4e4583bc70f43c2ac138b9a7decb7075.zip |
Add Kludge for RegTP sillyness.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ might want to have an agent context for each service request * sm/certchain.c ** When a certificate chain was sucessfully verified, make ephemeral certs used in this chain permanent. - +** Try to keep certificate references somewhere + This will help with some of our caching code. We also need to test + that cachining; in particular "regtp_ca_chainlen". * sm/decrypt.c ** replace leading zero in integer hack by a cleaner solution |