aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-18 11:09:34 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-20 11:00:27 -0400
commitfd2954d06d2e9b8b0d33bcd0a2e3dfb947ff662e (patch)
tree2381c98d6895a6830ecd4617c07bea2ca83526d9 /changes
parentaccadd8752bb26efeb31a5c866a16cc863963893 (diff)
downloadtor-fd2954d06d2e9b8b0d33bcd0a2e3dfb947ff662e.tar
tor-fd2954d06d2e9b8b0d33bcd0a2e3dfb947ff662e.tar.gz
Round down hidden service descriptor publication times to nearest hour
Implements part of proposal 222. We can do this safely, since REND_CACHE_MAX_SKEW is 24 hours.
Diffstat (limited to 'changes')
-rw-r--r--changes/no_client_timestamps_0242
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/no_client_timestamps_024 b/changes/no_client_timestamps_024
index 9ded8b3d9..488630fb3 100644
--- a/changes/no_client_timestamps_024
+++ b/changes/no_client_timestamps_024
@@ -10,3 +10,5 @@
- Stop sending timestamps in AUTHENTICATE cells. This is not such
a big deal from a security point of view, but it achieves no actual
good purpose, and isn't needed. Implements part of proposal 222.
+ - Reduce down accuracy of timestamps in hidden service descriptors.
+ Implements part of proposal 222.