diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-06 10:50:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 10:50:42 +0100 |
commit | cb3b381fcbb7e9bcb3a3e46b08d21ae5b2f3de24 (patch) | |
tree | b82425dd1854b01dfeea7156e1736aa40f8bdb8e /changelog.d | |
parent | Merge pull request #5361 from matrix-org/rav/generate_signing_key (diff) | |
parent | Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verification (diff) | |
download | synapse-cb3b381fcbb7e9bcb3a3e46b08d21ae5b2f3de24.tar.xz |
Merge pull request #5359 from matrix-org/rav/enable_tls_verification
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)). |