mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 22:53:44 +01:00
We accidentally enabled the under-development v2 TLS handshake
code, which is causing log entries like "TLS error while renegotiating handshake". Disable it again. Resolves bug 590. svn:r13219
This commit is contained in:
parent
ddb753f87a
commit
750ed3d015
@ -10,6 +10,11 @@ Changes in version 0.2.0.18-alpha - 2008-01-??
|
|||||||
Tor can warn and/or refuse connections to ports commonly used with
|
Tor can warn and/or refuse connections to ports commonly used with
|
||||||
vulnerable-plaintext protocols.
|
vulnerable-plaintext protocols.
|
||||||
|
|
||||||
|
o Major bugfixes:
|
||||||
|
- We accidentally enabled the under-development v2 TLS handshake
|
||||||
|
code, which is causing log entries like "TLS error while
|
||||||
|
renegotiating handshake". Disable it again. Resolves bug 590.
|
||||||
|
|
||||||
o Minor features:
|
o Minor features:
|
||||||
- Don't answer "/tor/networkstatus-bridges" directory requests if
|
- Don't answer "/tor/networkstatus-bridges" directory requests if
|
||||||
the request isn't encrypted.
|
the request isn't encrypted.
|
||||||
|
@ -43,7 +43,7 @@ const char tortls_c_id[] =
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
// #define V2_HANDSHAKE_SERVER
|
// #define V2_HANDSHAKE_SERVER
|
||||||
#define V2_HANDSHAKE_CLIENT
|
// #define V2_HANDSHAKE_CLIENT
|
||||||
|
|
||||||
/* Copied from or.h */
|
/* Copied from or.h */
|
||||||
#define LEGAL_NICKNAME_CHARACTERS \
|
#define LEGAL_NICKNAME_CHARACTERS \
|
||||||
|
Loading…
Reference in New Issue
Block a user