forked-synapse/synapse/crypto
Tulir Asokan f77bfbfa30
Fix fetching signing keys when old_verify_keys is omitted (#17568)
`old_verify_keys` isn't marked as required in
https://spec.matrix.org/v1.11/server-server-api/#get_matrixkeyv2server
and there's no functional difference between an empty object and
omitting the object, so I don't think there's any reason synapse should
explode when the field is omitted.
2024-08-14 14:13:56 +01:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
context_factory.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
event_signing.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
keyring.py Fix fetching signing keys when old_verify_keys is omitted (#17568) 2024-08-14 14:13:56 +01:00