diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-03 22:59:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 22:59:51 +0100 |
commit | fec2dcb1a538ab8ab447f724af1a94d5b3517197 (patch) | |
tree | d838fe733c5f5aed90019f85cf0fe7f0f6938dff /changelog.d | |
parent | Revert "Newsfile" (diff) | |
download | synapse-fec2dcb1a538ab8ab447f724af1a94d5b3517197.tar.xz |
Enforce validity period on server_keys for fed requests. (#5321)
When handling incoming federation requests, make sure that we have an up-to-date copy of the signing key. We do not yet enforce the validity period for event signatures.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5321.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5321.bugfix b/changelog.d/5321.bugfix new file mode 100644 index 0000000000..943a61956d --- /dev/null +++ b/changelog.d/5321.bugfix @@ -0,0 +1 @@ +Ensure that we have an up-to-date copy of the signing key when validating incoming federation requests. |