summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-06 12:33:56 +0000
committerGitHub <noreply@github.com>2020-01-06 12:33:56 +0000
commit4b36b482e0cc1a63db27534c4ea5d9608cdb6a79 (patch)
treedf0dc32ac3f7b2c2d2c4f59836bd3c7d7af71586 /changelog.d
parentWorkaround for error when fetching notary's own key (#6620) (diff)
downloadsynapse-4b36b482e0cc1a63db27534c4ea5d9608cdb6a79.tar.xz
Fix exception when fetching notary server's old keys (#6625)
Lift the restriction that *all* the keys used for signing v2 key responses be
present in verify_keys.

Fixes #6596.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6625.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6625.bugfix b/changelog.d/6625.bugfix
new file mode 100644
index 0000000000..a8dc5587dc
--- /dev/null
+++ b/changelog.d/6625.bugfix
@@ -0,0 +1 @@
+Fix exception when fetching the `matrix.org:ed25519:auto` key.