Merge remote-tracking branch 'public/bug12227_024'

This commit is contained in:
Nick Mathewson
2014-06-10 11:17:39 -04:00
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Avoid an illegal read from stack when initializing the TLS
module using a version of OpenSSL without all of the ciphers
used by the v2 link handshake. Fixes bug 12227; bugfix on
0.2.4.8-alpha. Found by "starlight".