diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-27 11:51:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 11:51:37 +0100 |
commit | f5b50d0871939d15620a8889b1ad384622c74a96 (patch) | |
tree | 20963a7464a29abe1eea900979355cc6d8f76d31 /changelog.d | |
parent | Update 5909.misc (diff) | |
parent | Don't implicitly include server signing key (diff) | |
download | synapse-f5b50d0871939d15620a8889b1ad384622c74a96.tar.xz |
Merge pull request #5895 from matrix-org/erikj/notary_key
Add config option to sign remote key query responses with a separate key.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5895.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5895.feature b/changelog.d/5895.feature new file mode 100644 index 0000000000..c394a3772c --- /dev/null +++ b/changelog.d/5895.feature @@ -0,0 +1 @@ +Add config option to sign remote key query responses with a separate key. |