Pārlūkot izejas kodu

Add changes file

rl1987 6 gadi atpakaļ
vecāks
revīzija
2f284d3325
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      changes/ticket3569_part1

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