From 8127f4db30799d96b786509b74f49db4768cf6f1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 5 May 2014 12:13:33 -0400 Subject: Use siphash on channel/circuit-id map too Fixes ticket 11750. --- changes/bug11750 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug11750 (limited to 'changes') diff --git a/changes/bug11750 b/changes/bug11750 new file mode 100644 index 0000000000..f779ac8fe0 --- /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. -- cgit v1.2.3-54-g00ecf