summary refs log tree commit diff
path: root/tests/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-4/+3
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-3/+3
* Pass room_version into add_hashes_and_signaturesRichard van der Hoff2020-01-301-2/+7
* Fix exception when fetching notary server's old keys (#6625)Richard van der Hoff2020-01-061-44/+95
* Review commentsErik Johnston2019-10-301-2/+2
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* Refactor Keyring._start_key_lookupsRichard van der Hoff2019-07-191-29/+0
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-5/+8
* Run Black. (#5482)Amber Brown2019-06-201-23/+23
* Fix key verification when key stored with null valid_until_msErik Johnston2019-06-101-1/+49
* Stop hardcoding trust of old matrix.org key (#5374)Richard van der Hoff2019-06-061-15/+28
* Associate a request_name with each verify request, for loggingRichard van der Hoff2019-06-051-10/+8
* Don't bomb out on direct key fetches as soon as one failsRichard van der Hoff2019-06-041-7/+5
* Enforce validity period on server_keys for fed requests. (#5321)Richard van der Hoff2019-06-031-27/+108
* Merge pull request #5251 from matrix-org/rav/server_keys/01-check_sigRichard van der Hoff2019-05-281-9/+75
|\
| * Require sig from origin server on perspectives responsesRichard van der Hoff2019-05-231-9/+75
* | Simplification to Keyring.wait_for_previous_lookups. (#5250)Richard van der Hoff2019-05-241-2/+2
|/
* Factor out KeyFetchers from KeyRingRichard van der Hoff2019-05-231-6/+28
* Store key validity time in the storage layerRichard van der Hoff2019-05-231-8/+14
* Rewrite store_server_verify_key to store several keys at once (#5234)Richard van der Hoff2019-05-231-2/+12
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+2
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* Fix from_server buglet in get_keys_from_perspectivesRichard van der Hoff2019-04-081-0/+1
* test for get_keys_from_perspectivesRichard van der Hoff2019-04-041-0/+67
* add a test for get_keys_from_serverRichard van der Hoff2019-04-041-0/+63
* Rewrite KeyringTestCase as a HomeServerTestCase (#4986)Richard van der Hoff2019-04-031-107/+104
* Make add_hashes_and_signatures operate on dictsErik Johnston2019-01-291-30/+26
* Check logcontexts before and after each test (#4190)Richard van der Hoff2018-11-271-6/+12
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-4/+2
* fix up a forced long lineAmber Brown2018-08-111-1/+2
* Run black.black2018-08-102-43/+22
* run isortAmber Brown2018-07-092-9/+11
* Pass around the reactor explicitly (#3385)Amber Brown2018-06-221-4/+5
* Make tests py3 compatibleAdrian Tschira2018-04-161-1/+1
* Create dbpool as normal in testsRichard van der Hoff2018-01-271-2/+2
* Optimise LoggingContext creation and copyingRichard van der Hoff2018-01-161-7/+7
* Add some more tests for KeyringRichard van der Hoff2017-09-201-37/+140
* Fix concurrent server_key requests (#2458)Richard van der Hoff2017-09-191-3/+55
* Clean up and document handling of logcontexts in Keyring (#2452)Richard van der Hoff2017-09-181-0/+74
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+0
* copyrightsMatthew Hodgson2016-01-072-2/+2
* Invoke EventBuilder directly instead of going via the EventBuilderFactoryPaul "LeoNerd" Evans2015-10-191-35/+3
* Capture __init__.pyPaul "LeoNerd" Evans2015-10-191-0/+15
* Use assertIn() instead of assertTrue on the 'in' operatorPaul "LeoNerd" Evans2015-10-191-6/+6
* Another signing test vector using an 'm.room.message' with content, so that t...Paul "LeoNerd" Evans2015-10-191-1/+49
* Initial minimial hack at a test of event hashing and signingPaul "LeoNerd" Evans2015-10-191-0/+98