diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-11 20:17:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-11 20:17:25 +0000 |
commit | 4de4f53abd0d5dc5b39e4756b777e71ea846992d (patch) | |
tree | ff192917450be11741c269ed9dd910c70b73c2da /doc | |
parent | 749da8e0e97262a71fd62fd1ae28029cbacf46e9 (diff) | |
download | tor-4de4f53abd0d5dc5b39e4756b777e71ea846992d.tar.gz tor-4de4f53abd0d5dc5b39e4756b777e71ea846992d.zip |
r15048@catbus: nickm | 2007-09-11 14:20:39 -0400
Add code to warn about mauthorities on a consensus when they are not what we expect to find.
svn:r11429
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ Things we'd like to do in 0.2.0.x: their keys are. - While we're at it, let v3 authorities have fqdns lines. - Fix all XXXX020s in vote code - - Validate information properly. - - Warn if we get a vote with different authorities than we know. + . Validate information properly. + o Warn if we get a vote with different authorities than we know. o Don't count votes with a different valid-after when generating the same consensus. - Dump certificates with the wrong time. Or just warn? |