MatrixSynapse/synapse/config
Richard van der Hoff 88d7182ada
Improve startup checks for insecure notary configs (#5392)
It's not really a problem to trust notary responses signed by the old key so
long as we are also doing TLS validation.

This commit adds a check to the config parsing code at startup to check that
we do not have the insecure matrix.org key without tls validation, and refuses
to start without it.

This allows us to remove the rather alarming-looking warning which happens at
runtime.
2019-06-10 10:33:00 +01:00
..
__init__.py
__main__.py
_base.py
api.py
appservice.py
captcha.py
cas.py
consent_config.py
database.py
emailconfig.py Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00
groups.py
homeserver.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
jwt_config.py
key.py Improve startup checks for insecure notary configs (#5392) 2019-06-10 10:33:00 +01:00
logger.py
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py Make all the rate limiting options more consistent (#5181) 2019-05-15 12:06:04 -05:00
registration.py Move delta from +10% to -10% 2019-05-31 11:09:39 +01:00
repository.py
room_directory.py
saml2_config.py
server.py Set default room version to v4. (#5379) 2019-06-06 20:13:47 +01:00
server_notices_config.py
spam_checker.py
stats.py Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
tls.py Merge branch 'rav/fix_custom_ca' into rav/enable_tls_verification 2019-06-05 16:32:35 +01:00
user_directory.py Fix docs on resetting the user directory (#5036) 2019-05-28 20:54:01 -05:00
voip.py
workers.py