aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-02 13:56:28 +0200
committerNick Mathewson <nickm@torproject.org>2015-10-02 13:56:28 +0200
commit67182226f10fde686f7d541cad3c608f74415205 (patch)
treed59932f13d0a198a71df4f5947b63ca373ffaf35 /changes
parent488e9a0502d0f177a00c4bf5f49ec218fdc65870 (diff)
parent763cb393d3ae6dee8f25afca011e5ec1796ed970 (diff)
downloadtor-67182226f10fde686f7d541cad3c608f74415205.tar.gz
tor-67182226f10fde686f7d541cad3c608f74415205.zip
Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'
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.