diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-22 21:58:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 21:58:50 +1100 |
commit | 23b08135998e932d5d600941bd42389db0628a11 (patch) | |
tree | cea4e213399995b4393541fb70d46cd05e399df1 /changelog.d | |
parent | Merge pull request #4402 from matrix-org/erikj/fed_v2_invite_server (diff) | |
download | synapse-23b08135998e932d5d600941bd42389db0628a11.tar.xz |
Require ECDH key exchange & remove dh_params (#4429)
* remove dh_params and set better cipher string
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4229.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4229.feature b/changelog.d/4229.feature new file mode 100644 index 0000000000..0d1996c7e8 --- /dev/null +++ b/changelog.d/4229.feature @@ -0,0 +1 @@ +Synapse's cipher string has been updated to require ECDH key exchange. Configuring and generating dh_params is no longer required, and they will be ignored. |