Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | changelog for 0.2.5.16tor-0.2.5.16 | Nick Mathewson | |
2017-11-28 | Use local descriptor object to exclude self in path selection | David Goulet | |
TROVE-2017-12. Severity: Medium When choosing a random node for a circuit, directly use our router descriptor to exclude ourself instead of the one in the global descriptor list. That list could be empty because tor could be downloading them which could lead to not excluding ourself. Closes #21534 |