aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4312
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug4312')
-rw-r--r--changes/bug431211
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/bug4312 b/changes/bug4312
deleted file mode 100644
index f8647d3c76..0000000000
--- a/changes/bug4312
+++ /dev/null
@@ -1,11 +0,0 @@
- o Security fixes:
-
- - Block excess renegotiations even if they are RFC5746 compliant.
- This mitigates potential SSL Denial of Service attacks that use
- SSL renegotiation as a way of forcing the server to perform
- unneeded computationally expensive SSL handshakes. Implements
- #4312.
-
- - Fix a bug where tor would not notice excess renegotiation
- attempts before it received the first data SSL record. Fixes
- part of #4312.