aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33491
AgeCommit message (Collapse)Author
2020-07-06Start a changelog for 0.3.5.11Nick Mathewson
2020-03-10dos: Pass transport name on new client connectionDavid Goulet
For a bridge configured with a pluggable transport, the transport name is used, with the IP address, for the GeoIP client cache entry. However, the DoS subsystem was not aware of it and always passing NULL when doing a lookup into the GeoIP cache. This resulted in bridges with a PT are never able to apply DoS defenses for newly created connections. Fixes #33491 Signed-off-by: David Goulet <dgoulet@torproject.org>