diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-24 19:48:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-24 19:48:37 -0400 |
commit | 1ed77ff724444dec9bd2493d7d28fdd21869bcff (patch) | |
tree | 679f1160f2347ebac736ceed06c9ed26eaae16d4 | |
parent | a3d8ffe010d860b65b697767b867c3c37f186e36 (diff) | |
parent | 1b551823de6e6c03cf86bcbb7ca1b687c5f16ea6 (diff) | |
download | tor-1ed77ff724444dec9bd2493d7d28fdd21869bcff.tar.gz tor-1ed77ff724444dec9bd2493d7d28fdd21869bcff.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
-rw-r--r-- | changes/bug12227 | 5 |
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". |