aboutsummaryrefslogtreecommitdiff
path: root/changes/feature4900
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature4900')
-rw-r--r--changes/feature490012
1 files changed, 0 insertions, 12 deletions
diff --git a/changes/feature4900 b/changes/feature4900
deleted file mode 100644
index 378ce12ae..000000000
--- a/changes/feature4900
+++ /dev/null
@@ -1,12 +0,0 @@
- 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.