commit 2f284d3325f60ad4e4744504588ee62dd62779e9 parent 4c845fcf9e5b009a5e8d29f4c54eb7a98513e436 Author: rl1987 <rl1987@sdf.lonestar.org> Date: Wed, 23 May 2018 14:53:07 +0200 Add changes file Diffstat:
| A | changes/ticket3569_part1 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket3569_part1 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.