diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-09-08 19:08:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-09-08 19:08:46 +0000 |
commit | 509bc3b4a055c9bee80d943111e01cf031db81f8 (patch) | |
tree | 84a47fa5fd338c4f879c9dd88a0092044087ab22 /doc | |
parent | eb3f24f027e9d160c5b5658e7d7f86a2acda880f (diff) | |
download | tor-509bc3b4a055c9bee80d943111e01cf031db81f8.tar.gz tor-509bc3b4a055c9bee80d943111e01cf031db81f8.zip |
r14359@Kushana: nickm | 2007-09-08 15:07:17 -0400
Add some generic skew-and-tolerance functions so we can handle time more sanely.
svn:r11406
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ Things we'd like to do in 0.2.0.x: - Dump certificates with the wrong time. Or just warn? - Warn authority ops when their certs are nearly invalid. - When checking a consensus, make sure that its times are plausible. - - Add a function that will eventually tell us about our clock skew. + o Add a function that will eventually tell us about our clock skew. For now, just require that authorities not be skewed. - Start caching consensus documents once authorities make them - Start downloading and using consensus documents once caches serve them |