]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file
authorrl1987 <rl1987@sdf.lonestar.org>
Wed, 23 May 2018 12:53:07 +0000 (14:53 +0200)
committerNick Mathewson <nickm@torproject.org>
Thu, 12 Jul 2018 15:41:44 +0000 (11:41 -0400)
changes/ticket3569_part1 [new file with mode: 0644]

diff --git a/changes/ticket3569_part1 b/changes/ticket3569_part1
new file mode 100644 (file)
index 0000000..4032aff
--- /dev/null
@@ -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.