0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00

Add changes file

This commit is contained in:
rl1987 2018-05-23 14:53:07 +02:00 committed by Nick Mathewson
parent 4c845fcf9e
commit 2f284d3325

6
changes/ticket3569_part1 Normal file
View File

@ -0,0 +1,6 @@
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.