Skip to content
Snippets Groups Projects
Commit 10d1b0b3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Changes file for feature4900

parent c1e98c8a
No related branches found
No related tags found
No related merge requests found
o Minor features:
- Avoid hash-flooding denial-of-service attacks by using the secure
SipHash-2-4 hash function for our hashtables. Without this
feature, an attacker could degrade performance of a targeted
client or server by flooding their data structures with a large
number of data entries all calculated to be stored at the same
hash table position, thereby degrading hash table
performance. With this feature, hash table positions are derived
from a randomized cryptographic key using SipHash-2-4, and an
attacker cannot predict which entries will collide.
Closes ticket 4900.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment