MatrixSynapse/tests
Erik Johnston 43badd2cd4 Fix key verification when key stored with null valid_until_ms
Some keys are stored in the synapse database with a null valid_until_ms
which caused an exception to be thrown when using that key. We fix this
by treating nulls as zeroes, i.e. they keys will match verification
requests with a minimum_valid_until_ms of zero (i.e. don't validate ts)
but will not match requests with a non-zero minimum_valid_until_ms.

Fixes #5391.
2019-06-10 15:37:10 +01:00
..
api
app
appservice
config
crypto Fix key verification when key stored with null valid_until_ms 2019-06-10 15:37:10 +01:00
events
federation Implement the SHHS complexity API (#5216) 2019-05-30 01:47:16 +10:00
handlers Fix background updates to handle redactions/rejections (#5352) 2019-06-06 00:45:46 +10:00
http Stop hardcoding trust of old matrix.org key (#5374) 2019-06-06 17:33:11 +01:00
push
replication
rest Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
scripts
server_notices
state
storage Prevent multiple device list updates from breaking a batch send (#5156) 2019-06-06 23:54:00 +01:00
test_utils
util
__init__.py Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
patch_inline_callbacks.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py Set default room version to v4. (#5379) 2019-06-06 20:13:47 +01:00