mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Rework Tor SOCKS server code to use Trunnel and benefit from
|
||
|
autogenerated functions for parsing and generating SOCKS wire
|
||
|
format. New implementation is cleaner, more maintainable and
|
||
|
should be less prone to heartbleed-style vulnerabilities.
|
||
|
Implements a significant fraction of ticket 3569.
|