summaryrefslogtreecommitdiff
path: root/changes/bug17150
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-17 13:16:36 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-17 13:16:36 -0400
commit49ff09aef27d2883b77008be56c29def2a6a8dff (patch)
treeae54aa84f438de61c9ab1488fe3f0b0f63a873e1 /changes/bug17150
parent8acfac7375e7a0692193434704984d7eb507faf1 (diff)
downloadtor-49ff09aef27d2883b77008be56c29def2a6a8dff.tar.gz
tor-49ff09aef27d2883b77008be56c29def2a6a8dff.zip
Fix another, more subtle, case of bug 17150.
We need to make sure that the corresponding sd and ei match in their certificates.
Diffstat (limited to 'changes/bug17150')
-rw-r--r--changes/bug171501
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug17150 b/changes/bug17150
index 3fb78213d9..686cc34296 100644
--- a/changes/bug17150
+++ b/changes/bug17150
@@ -1,5 +1,6 @@
o Minor bugfixes (directory warnings):
- When fetching extrainfo documents, compare their SHA256 digests
+ and Ed25519 signing key certificates
with the routerinfo that led us to fetch them, rather than
with the most recent routerinfo. Otherwise we generate many
spurious warnings about mismatches. Fixes bug 17150; bugfix