diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-28 00:11:34 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-28 00:11:34 +0000 |
commit | afe9f33d35842f129d8fa363f109f643aeffef2f (patch) | |
tree | 448b0a633b411f09232b2f3fcc699b449e7f3fe4 /doc | |
parent | 0d274e1db18473589658e098efdf682e304f01e7 (diff) | |
download | tor-afe9f33d35842f129d8fa363f109f643aeffef2f.tar tor-afe9f33d35842f129d8fa363f109f643aeffef2f.tar.gz |
r13956@catbus: nickm | 2007-07-27 20:09:48 -0400
Better certificate manipulations: extract certificates from incoming votes, forget ones that are very old, and remember to store them on disk.
svn:r10954
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -90,9 +90,10 @@ Things we'd like to do in 0.2.0.x: o Generate certificates o Authorities load certificates o Clients cache certificates on disk - * Learn new ones when they show up in votes. - * Forget ones that are very old. + o Learn new ones when they show up in votes. + o Forget ones that are very old. - Download as needed. + o Actually invoke trusted_dirs_flush_certs_to_disk() * Serve list as needed. * Detect whether votes are really all for the same period. o Avoid double-checking signatures every time we get a vote. |