MatrixSynapse/tests/http
Richard van der Hoff 9fbb20a531
Stop hardcoding trust of old matrix.org key (#5374)
There are a few changes going on here:

* We make checking the signature on a key server response optional: if no
  verify_keys are specified, we trust to TLS to validate the connection.

* We change the default config so that it does not require responses to be
  signed by the old key.

* We replace the old 'perspectives' config with 'trusted_key_servers', which
  is also formatted slightly differently.

* We emit a warning to the logs every time we trust a key server response
  signed by the old key.
2019-06-06 17:33:11 +01:00
..
federation Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
__init__.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
server.pem Implement MSC1708 (.well-known lookups for server routing) (#4489) 2019-01-29 13:53:02 +00:00
test_endpoint.py Run black. 2018-08-10 23:54:09 +10:00
test_fedclient.py Add ability to blacklist ip ranges for federation traffic (#5043) 2019-05-13 19:05:06 +01:00