Dir: allow directory mirrors to serve future consensuses

When Tor's clock is behind the clocks on the authorities, allow Tor to
serve future consensuses.

Fixes bug 28654; bugfix on 0.3.0.1-alpha.
This commit is contained in:
teor
2018-11-29 01:03:03 +10:00
committed by Nick Mathewson
parent 7a45bc74a4
commit 44db455cc8
2 changed files with 53 additions and 21 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (directory mirror):
- When Tor's clock is behind the clocks on the authorities, allow Tor to
serve future consensuses. Fixes bug 28654; bugfix on 0.3.0.1-alpha.