summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-11-20 22:21:50 -0500
committerNick Mathewson <nickm@torproject.org>2010-11-20 22:21:50 -0500
commit92a99736fd22564515604aa140b8898befd9858e (patch)
tree315227d181d42840eeab7821d56b897714ec5d3a /changes
parent0a38358210df95f29fb7cfbb6ce67509b988ab4a (diff)
downloadtor-92a99736fd22564515604aa140b8898befd9858e.tar.gz
tor-92a99736fd22564515604aa140b8898befd9858e.zip
Do not set the hostname TLS extension server-side; only client-side
This may fix bug 2204, and resolve the incompatibility with openssl 0.9.8p/1.0.0b.
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 0000000000..fb2771a7fa
--- /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.
+
+