synapse-product/synapse/crypto
Paul "LeoNerd" Evans a6ba41e078 Actually look up required remote server key IDs
set.union() is a side-effect-free function that returns the union of two
sets. This clearly wanted .update(), which is the side-effecting mutator
version.
2015-12-18 21:36:42 +00:00
..
__init__.py
context_factory.py remove the tls_certificate_chain_path param and simply support tls_certificate_path pointing to a file containing a chain of certificates 2015-07-09 00:45:41 +01:00
event_signing.py Remove syutil dependency in favour of smaller single-purpose libraries 2015-08-24 16:17:38 +01:00
keyclient.py
keyring.py Actually look up required remote server key IDs 2015-12-18 21:36:42 +00:00