MatrixSynapse/tests
Dan Callaghan c312ee3cde
Use TLSv1.2 for fake servers in tests (#8208)
Some Linux distros have begun disabling TLSv1.0 and TLSv1.1 by default
for security reasons, for example in Fedora 33 onwards:

https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2

Use TLSv1.2 for the fake TLS servers created in the test suite, to avoid
failures due to OpenSSL disallowing TLSv1.0:

    <twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines',
    'ssl_choose_client_version', 'unsupported protocol')]>

Signed-off-by: Dan Callaghan <djc@djc.id.au>
2020-09-10 19:49:08 +01:00
..
api Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
app
appservice
config
crypto Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
events
federation Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
handlers Fixup pusher pool notifications (#8287) 2020-09-09 16:56:08 +01:00
http Use TLSv1.2 for fake servers in tests (#8208) 2020-09-10 19:49:08 +01:00
logging Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
module_api
push Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
replication Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
rest Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
scripts
server_notices Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
state Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
storage Fix `MultiWriterIdGenerator.current_position`. (#8257) 2020-09-08 14:26:54 +01:00
test_utils Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
util Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
__init__.py
server.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
unittest.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
utils.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00