From: teor (Tim Wilson-Brown) Date: Tue, 24 Nov 2015 20:54:18 +0000 (+1100) Subject: fixup! Refuse to make direct connections to private OR addresses X-Git-Tag: tor-0.2.8.1-alpha~174^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45f2e7ec040c20d2640de2df1ce5da94d338f76f;p=thirdparty%2Ftor.git fixup! Refuse to make direct connections to private OR addresses Add changes file. --- diff --git a/changes/first-hop-no-private b/changes/first-hop-no-private new file mode 100644 index 0000000000..e8d0684061 --- /dev/null +++ b/changes/first-hop-no-private @@ -0,0 +1,8 @@ + o Minor bugfix (relays, hidden services): + - Refuse connection requests to private OR addresses unless + ExtendAllowPrivateAddresses is set. Previously, tor would + connect, then refuse to send any cells to a private address. + Fixes bugs 17674 and 8976; bugfix on b7c172c9ec76 (28 Aug 2012) + Original bug 6710, released in 0.2.3.21-rc and an 0.2.2 maint + release. + Patch by "teor".