]> git.ipfire.org Git - thirdparty/tor.git/commit
Disable extending to private/internal addresses by default
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 15:16:44 +0000 (11:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 15:19:29 +0000 (11:19 -0400)
commitb7c172c9ec762363562220a354feefc521970d7c
treed4262db650b35abda2600b0fa284a7133882861f
parentce4add498f6af197a0e856d262825d547f898305
Disable extending to private/internal addresses by default

This is important, since otherwise an attacker can use timing info
to probe the internal network.

Also, add an option (ExtendAllowPrivateAddresses) so that
TestingTorNetwork won't break.

Fix for bug 6710; bugfix on all released versions of Tor.
changes/bug6710 [new file with mode: 0644]
doc/tor.1.txt
src/or/circuitbuild.c
src/or/config.c
src/or/or.h