diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-06 20:44:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-06 20:44:41 -0400 |
commit | 4a740451acdd953440312e355baa6837825fa405 (patch) | |
tree | 2054578380bb0c870720f82b2dd3901b58ec313a /changes | |
parent | 5cea500ce75116abe4deb46d759f5ac1048dd4cc (diff) | |
parent | e9c1c3ff7f3123495493bad7aa77ef6194005c75 (diff) | |
download | tor-4a740451acdd953440312e355baa6837825fa405.tar.gz tor-4a740451acdd953440312e355baa6837825fa405.zip |
Merge remote-tracking branch 'public/bug11750'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11750 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |