diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-05 14:16:07 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-05 14:17:50 +0100 |
commit | e2dfb922e1334e4a506a9d678d0f1bf573cc95e6 (patch) | |
tree | b0e43cf8df9b95a1c5f513a7a9253975c41b63f3 /changelog.d | |
parent | Add a test room version where we enforce key validity (#5348) (diff) | |
download | synapse-e2dfb922e1334e4a506a9d678d0f1bf573cc95e6.tar.xz |
Validate federation server TLS certificates by default.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5359.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5359.feature b/changelog.d/5359.feature new file mode 100644 index 0000000000..2a03939834 --- /dev/null +++ b/changelog.d/5359.feature @@ -0,0 +1 @@ +Validate federation server TLS certificates by default (implements [MSC1711](https://github.com/matrix-org/matrix-doc/blob/master/proposals/1711-x509-for-federation.md)). |