summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-09-30 13:33:56 +0200
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-09-30 13:33:56 +0200
commitcd279ca7f59cba46a319854c9e7f65fbb6f0a0af (patch)
treec16e0489b63412c07656b221b9486aadf1685a4b /changes
parent551dba3290cc77b512dc339bab4a7a81d1892c7c (diff)
downloadtor-cd279ca7f59cba46a319854c9e7f65fbb6f0a0af.tar.gz
tor-cd279ca7f59cba46a319854c9e7f65fbb6f0a0af.zip
Warn when the system clock is set back in time
Warn when the state file was last written in the future. Tor doesn't know that consensuses have expired if the clock is in the past. Patch by "teor". Implements ticket #17188.
Diffstat (limited to 'changes')
-rw-r--r--changes/warn-when-time-goes-backwards5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/warn-when-time-goes-backwards b/changes/warn-when-time-goes-backwards
new file mode 100644
index 0000000000..d7e584d9ff
--- /dev/null
+++ b/changes/warn-when-time-goes-backwards
@@ -0,0 +1,5 @@
+ o Minor features (security, clock):
+ - Warn when the system clock is set back in time (when the
+ state file was last written in the future). Tor doesn't know
+ that consensuses have expired if the clock is in the past.
+ Patch by "teor". Implements ticket #17188.