aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-05 12:13:33 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-05 12:13:58 -0400
commit8127f4db30799d96b786509b74f49db4768cf6f1 (patch)
tree3944889ec037d70c04235c74c00871d6a99d357c /changes
parent388478561dd4457afedf530591f02cb05864b187 (diff)
downloadtor-8127f4db30799d96b786509b74f49db4768cf6f1.tar
tor-8127f4db30799d96b786509b74f49db4768cf6f1.tar.gz
Use siphash on channel/circuit-id map too
Fixes ticket 11750.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug117505
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11750 b/changes/bug11750
new file mode 100644
index 000000000..f779ac8fe
--- /dev/null
+++ b/changes/bug11750
@@ -0,0 +1,5 @@
+ o Minor features (security):
+ - Apply the secure SipHash-2-4 function to the hash table mapping
+ circuit IDs and channels to circuits. We missed this one when we
+ were converting all the other hash functions to use SipHash back
+ in 0.2.5.3-alpha. Resolves ticket 11750.