diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-06 09:42:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 09:42:13 +0100 |
commit | 99d349794943880c96808594584abf956ca00c76 (patch) | |
tree | 09cc07a8bf01b69a81a8fcf019d189fb16fb2585 /changelog.d/5354.bugfix | |
parent | Merge pull request #5353 from matrix-org/rav/verify_key_logging (diff) | |
parent | Implement room v5 which enforces signing key validity (diff) | |
download | synapse-99d349794943880c96808594584abf956ca00c76.tar.xz |
Merge pull request #5354 from matrix-org/rav/server_keys/99-room-v5
Implement room v5 which enforces signing key validity
Diffstat (limited to 'changelog.d/5354.bugfix')
-rw-r--r-- | changelog.d/5354.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/5354.bugfix b/changelog.d/5354.bugfix new file mode 100644 index 0000000000..0c56032b30 --- /dev/null +++ b/changelog.d/5354.bugfix @@ -0,0 +1,2 @@ +Add a new room version where the timestamps on events are checked against the validity periods on signing keys. + |