diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-05 10:58:51 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-05 11:00:47 +0100 |
commit | d18e4ea0d46a9390a75b270fe5f17dc3bc23f29a (patch) | |
tree | 5f70ebc9e5574f5d34b048a1ff78a402fbc64a1f /changelog.d | |
parent | Add a test room version where we enforce key validity (#5348) (diff) | |
download | synapse-d18e4ea0d46a9390a75b270fe5f17dc3bc23f29a.tar.xz |
Implement room v5 which enforces signing key validity
Implements [MSC2077](https://github.com/matrix-org/matrix-doc/pull/2077) and fixes #5247 and #4364.
Diffstat (limited to 'changelog.d')
-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. + |