diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-04 14:00:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-04 14:00:58 -0400 |
commit | 9e07dfa34bdcd9a8ee1e5b71d871754c17fcba29 (patch) | |
tree | cb5fe65efd42bc82d3077f93960454fd4c93c8b8 /changes | |
parent | b3ea3c8e2f3f49f2633c5283a886de650e3cec78 (diff) | |
parent | d2cb92332009567ae778b3570e8fd3420c207446 (diff) | |
download | tor-9e07dfa34bdcd9a8ee1e5b71d871754c17fcba29.tar.gz tor-9e07dfa34bdcd9a8ee1e5b71d871754c17fcba29.zip |
Merge remote-tracking branch 'public/bug13338'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket13338 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket13338 b/changes/ticket13338 new file mode 100644 index 0000000000..a1d242fcca --- /dev/null +++ b/changes/ticket13338 @@ -0,0 +1,6 @@ + o Removed code: + - The internal pure-C tor-fw-helper tool is now removed from the + Tor distribution, in favor of the pure-Go clone available from + https://github.com/Yawning/tor-fw-helper . The libraries used + by the C tor-fw-helper are not, in our opinion, very confidence- + inspiring in their secure-proggramming techniques. Closes ticket 13338. |