aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-21 14:34:22 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-21 14:34:22 -0500
commitcbd3745924defb812db56e727ce7ea039c9dc41e (patch)
tree35ee94654f6625bdbfa0f099e7bcbcffbcf054d7 /changes
parent9cbe64db45de6d6f5f6adffda3586ca1e8d60d01 (diff)
parent2bd64f9e8f613a885ace601787fbbfde607810b6 (diff)
downloadtor-cbd3745924defb812db56e727ce7ea039c9dc41e.tar
tor-cbd3745924defb812db56e727ce7ea039c9dc41e.tar.gz
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/fix22047
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/fix2204 b/changes/fix2204
new file mode 100644
index 000000000..fb2771a7f
--- /dev/null
+++ b/changes/fix2204
@@ -0,0 +1,7 @@
+ o Major bugfixes
+ - Do not set the tlsext_host_name extension on server SSL objects;
+ only on client SSL objects. We set it to immitate a browser, not a
+ vhosting server. This resolves an incompatibility with openssl 0.9.8p
+ and openssl 1.0.0b. Fixes bug 2204; bugfix on 0.2.1.1-alpha.
+
+