diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-04 11:36:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-04 11:36:33 -0400 |
commit | 329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7 (patch) | |
tree | e2c6444c3b56f2c944bdd22fab548acf67fc880a /changes | |
parent | 75b72bf62122c74f4c0c193e9364928aecdba695 (diff) | |
parent | 6d85a796539424882f878ccac5ae4640a6fbb561 (diff) | |
download | tor-329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7.tar.gz tor-329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6033 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6033 b/changes/bug6033 new file mode 100644 index 0000000000..56cffd68b7 --- /dev/null +++ b/changes/bug6033 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Work around a bug in OpenSSL that broke renegotiation with + TLS 1.1 and TLS 1.2. Without this workaround, all attempts + to speak the v2 Tor network protocol when both sides were + using OpenSSL 1.0.1 would fail. Fix for bug 6033, which is + not a bug in Tor. |