summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-05-23 14:53:07 +0200
committerNick Mathewson <nickm@torproject.org>2018-07-12 11:41:44 -0400
commit2f284d3325f60ad4e4744504588ee62dd62779e9 (patch)
tree8df6a42881b623d90ebefa8435a64d9d6fcc60bc
parent4c845fcf9e5b009a5e8d29f4c54eb7a98513e436 (diff)
downloadtor-2f284d3325f60ad4e4744504588ee62dd62779e9.tar.gz
tor-2f284d3325f60ad4e4744504588ee62dd62779e9.zip
Add changes file
-rw-r--r--changes/ticket3569_part16
1 files changed, 6 insertions, 0 deletions
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.