diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-05 13:18:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-05 13:18:15 -0500 |
commit | 0844460589ff5d3418edc117c7130f03de3687ea (patch) | |
tree | 85f5e338a1352a94cd60592f7cadb0c241fab0a3 /changes/bug28525 | |
parent | c64844243a22a8f7495df79edac525d7b67f1440 (diff) | |
download | tor-0844460589ff5d3418edc117c7130f03de3687ea.tar.gz tor-0844460589ff5d3418edc117c7130f03de3687ea.zip |
Start a changelog for 0.3.5.9
Diffstat (limited to 'changes/bug28525')
-rw-r--r-- | changes/bug28525 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug28525 b/changes/bug28525 deleted file mode 100644 index 988ffb2192..0000000000 --- a/changes/bug28525 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor features (address selection): - - Make Tor aware of the RFC 6598 (Carrier Grade NAT) IP range, which is the - subnet 100.64.0.0/10. This is deployed by many ISPs as an alternative to - RFC 1918 that does not break existing internal networks. This patch fixes - security issues caused by RFC 6518 by blocking control ports on these - addresses and warns users if client ports or ExtORPorts are listening on - a RFC 6598 address. Closes ticket 28525. Patch by Neel Chauhan. |