diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:56:28 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:56:28 +0200 |
commit | 67182226f10fde686f7d541cad3c608f74415205 (patch) | |
tree | d59932f13d0a198a71df4f5947b63ca373ffaf35 /changes | |
parent | 488e9a0502d0f177a00c4bf5f49ec218fdc65870 (diff) | |
parent | 763cb393d3ae6dee8f25afca011e5ec1796ed970 (diff) | |
download | tor-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-backwards | 5 |
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. |