summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-07-24 19:48:37 -0400
committerRoger Dingledine <arma@torproject.org>2014-07-24 19:48:37 -0400
commit1ed77ff724444dec9bd2493d7d28fdd21869bcff (patch)
tree679f1160f2347ebac736ceed06c9ed26eaae16d4
parenta3d8ffe010d860b65b697767b867c3c37f186e36 (diff)
parent1b551823de6e6c03cf86bcbb7ca1b687c5f16ea6 (diff)
downloadtor-1ed77ff724444dec9bd2493d7d28fdd21869bcff.tar.gz
tor-1ed77ff724444dec9bd2493d7d28fdd21869bcff.zip
Merge branch 'maint-0.2.4' into maint-0.2.5
-rw-r--r--changes/bug122275
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug12227 b/changes/bug12227
new file mode 100644
index 0000000000..d8b5d08a55
--- /dev/null
+++ b/changes/bug12227
@@ -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".