aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-28 00:11:34 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-28 00:11:34 +0000
commitafe9f33d35842f129d8fa363f109f643aeffef2f (patch)
tree448b0a633b411f09232b2f3fcc699b449e7f3fe4 /doc
parent0d274e1db18473589658e098efdf682e304f01e7 (diff)
downloadtor-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/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a6a82f8ce..ccc327637 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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.