aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-09 15:12:36 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-09 15:12:36 -0400
commitcd678ae790b3bd7d5b278405e7690ea0f6f27346 (patch)
tree108e9d61dfccc5d8fdc3af1ac32954fd702bfac2 /changes
parent90bce702ba61c3339e55cfedb4cc6f355b3049c7 (diff)
downloadtor-cd678ae790b3bd7d5b278405e7690ea0f6f27346.tar.gz
tor-cd678ae790b3bd7d5b278405e7690ea0f6f27346.zip
Remove is_router_version_good_for_possible_guard()
The versions which this function would keep from getting the guard flag are already blocked by the minimum version check. Closes 13152.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug131525
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13152 b/changes/bug13152
new file mode 100644
index 0000000000..c6f3d61ad7
--- /dev/null
+++ b/changes/bug13152
@@ -0,0 +1,5 @@
+ o Removed features (directory authority):
+ - Remove code that prevented authorities from listing Tor servers
+ affected by CVE-2011-2769 as guards. These servers are already
+ rejected altogether due to the minimum version requirement of
+ 0.2.3.16-alpha. Closes ticket 13152.