diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-22 08:16:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-22 08:16:56 -0400 |
commit | ee7101a875bef078462367f48164d94b6ed86182 (patch) | |
tree | d00291b6e25287051a2d5d8b3d9e59f7258bc639 /changes | |
parent | 34ecfeb4791432a94877531383b14b1614a77576 (diff) | |
download | tor-ee7101a875bef078462367f48164d94b6ed86182.tar.gz tor-ee7101a875bef078462367f48164d94b6ed86182.zip |
expand changes file for bug 22461
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22461 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/changes/bug22461 b/changes/bug22461 index 343a2b4a0c..5454682810 100644 --- a/changes/bug22461 +++ b/changes/bug22461 @@ -1,5 +1,7 @@ - o Minor bugfixes: - - Refrain from needlessly rejecting SOCKS5 requests that contain - IP address strings when SafeSocks in enabled as this prevents - user from connecting to IP address they know without relying on - DNS for resolving. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha. + o Minor bugfixes (client, usability): + - Refrain from needlessly rejecting SOCKS5-with-hostnames and SOCKS4a + requests that contain IP address strings, even when SafeSocks in + enabled, as this prevents user from connecting to known IP addresses + without relying on DNS for resolving. SafeSocks still rejects SOCKS + connections that connect to IP addresses when those addresses are _not_ + encoded as hostnames. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha. |