aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-12 10:15:49 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-12 10:15:49 -0400
commit5636b160d42e344f936f881992c19b3c27f60a2c (patch)
tree06fa14fbf34831b27f8195f4d9dbf53530de0ca1 /changes
parente111cfcd54662bd6cea86e7a970492b3b80bd723 (diff)
parentf367453cb5a9ea5cb0d5664425256d7abbcbb407 (diff)
downloadtor-5636b160d42e344f936f881992c19b3c27f60a2c.tar.gz
tor-5636b160d42e344f936f881992c19b3c27f60a2c.zip
Merge branch 'bug22349_029' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug223499
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug22349 b/changes/bug22349
new file mode 100644
index 0000000000..bb43404bfe
--- /dev/null
+++ b/changes/bug22349
@@ -0,0 +1,9 @@
+ o Minor bugfixes (directory authority):
+ - When a directory authority rejects a descriptor or extrainfo with
+ a given digest, mark that digest as undownloadable, so that we
+ do not attempt to download it again over and over. We previously
+ tried to avoid downloading such descriptors by other means, but
+ we didn't notice if we accidentally downloaded one anyway. This
+ behavior became problematic in 0.2.7.2-alpha, when authorities
+ began pinning Ed25519 keys. Fixes ticket
+ 22349; bugfix on 0.2.1.19-alpha.