mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
92a99736fd
This may fix bug 2204, and resolve the incompatibility with openssl 0.9.8p/1.0.0b.
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
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.
|
|
|
|
|