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
This commit is contained in:
Nick Mathewson
2007-07-28 00:11:34 +00:00
parent 0d274e1db1
commit afe9f33d35
3 changed files with 57 additions and 5 deletions
+3 -2
View File
@@ -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.