summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-17 17:55:43 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-20 11:00:27 -0400
commit1d0ba9a61f0bc30209a8eae48b863241044b6b23 (patch)
treec825e33b880659e488e05c20c687a515e53bb5af /changes
parent0c807cf3e48cca5f4f93e8b1082bd62f2978cba4 (diff)
downloadtor-1d0ba9a61f0bc30209a8eae48b863241044b6b23.tar.gz
tor-1d0ba9a61f0bc30209a8eae48b863241044b6b23.zip
Stop sending the current time in client NETINFO handshakes.
Implements part of proposal 222.
Diffstat (limited to 'changes')
-rw-r--r--changes/no_client_timestamps_0245
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/no_client_timestamps_024 b/changes/no_client_timestamps_024
new file mode 100644
index 0000000000..6df530743d
--- /dev/null
+++ b/changes/no_client_timestamps_024
@@ -0,0 +1,5 @@
+ o Minor features (security):
+ - Clients no longer send timestamps in their NETINFO cells. These were
+ not used for anything, and they provided one small way for clients
+ to be distinguished from each other as they moved from network to
+ network or behind NAT.