Discard extraneous renegotiation attempts in the v3 link protocol

Failure to do so left us open to a remotely triggerable assertion
failure. Fixes CVE-2012-2249; bugfix on 0.2.3.6-alpha. Reported by
"some guy from France".
This commit is contained in:
Nick Mathewson
2012-10-16 12:55:50 -04:00
parent e2549c3b74
commit f357ef9dcc
4 changed files with 19 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Major bugfixes (security):
- Discard extraneous renegotiation attempts once the V3 link
protocol has been initiated. Failure to do so left us open to
a remotely triggerable assertion failure. Fixes CVE-2012-2249;
bugfix on 0.2.3.6-alpha. Reported by "some guy from France".