diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-21 14:28:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-21 14:28:38 -0500 |
commit | a9d2148f53aed97d060498e13ca1597a28bc47c7 (patch) | |
tree | 8e7d103ece7e5994268913b26f5e5dbf362e13fe /changes | |
parent | 566a115be1acbd0838c81edd251cf7ae47b94fe3 (diff) | |
parent | 92a99736fd22564515604aa140b8898befd9858e (diff) | |
download | tor-a9d2148f53aed97d060498e13ca1597a28bc47c7.tar.gz tor-a9d2148f53aed97d060498e13ca1597a28bc47c7.zip |
Merge branch 'fix2204' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/fix2204 | 7 |
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. + + |