diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-12 10:16:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-12 10:16:06 -0400 |
commit | 3aba8490ba590899b6c23071ef0b4269d8c36d37 (patch) | |
tree | 1a9865c6e5b168a7c33dfcd7b959d112fdd39262 /changes | |
parent | 4984d6242af07b3e6b7d64dd2d82ada3fee564a2 (diff) | |
parent | 5636b160d42e344f936f881992c19b3c27f60a2c (diff) | |
download | tor-3aba8490ba590899b6c23071ef0b4269d8c36d37.tar.gz tor-3aba8490ba590899b6c23071ef0b4269d8c36d37.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22349 | 9 |
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. |