summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-04 11:36:33 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-04 11:36:33 -0400
commit329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7 (patch)
treee2c6444c3b56f2c944bdd22fab548acf67fc880a /changes
parent75b72bf62122c74f4c0c193e9364928aecdba695 (diff)
parent6d85a796539424882f878ccac5ae4640a6fbb561 (diff)
downloadtor-329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7.tar.gz
tor-329e1c65d3c73ad7b3b4cdaa870dd04fd7fb01b7.zip
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug60336
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.