Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | Start a changelog for 0.3.5.11 | Nick Mathewson | |
2020-03-10 | dos: Pass transport name on new client connection | David 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> |