From: rl1987 Date: Wed, 23 May 2018 12:53:07 +0000 (+0200) Subject: Add changes file X-Git-Tag: tor-0.3.5.1-alpha~213^2~2^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f284d3325f60ad4e4744504588ee62dd62779e9;p=thirdparty%2Ftor.git Add changes file --- diff --git a/changes/ticket3569_part1 b/changes/ticket3569_part1 new file mode 100644 index 0000000000..4032aff4d2 --- /dev/null +++ b/changes/ticket3569_part1 @@ -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.