mautrix-go/crypto
2021-12-06 00:41:44 +02:00
..
attachment Run gofmt 2021-09-22 10:52:01 -04:00
canonicaljson Move canonicaljson and go-olm inside crypto/ 2020-04-21 03:31:42 +03:00
olm Run gofmt 2021-09-22 10:52:01 -04:00
sql_store_upgrade Add crypto store upgrade for converting VARCHAR(255) to TEXT 2021-08-19 19:10:40 +03:00
ssss Run gofmt 2021-09-22 10:52:01 -04:00
utils Delete signatures made by keys that have been replaced since 2020-08-30 20:51:17 +02:00
account.go Checking of trust for devices and users based on cross-signing 2020-08-30 20:51:17 +02:00
cross_sign_key.go Even more changes 2020-09-12 23:37:50 +03:00
cross_sign_pubkey.go Even more changes 2020-09-12 23:37:50 +03:00
cross_sign_signing.go Even more changes 2020-09-12 23:37:50 +03:00
cross_sign_ssss.go Even more changes 2020-09-12 23:37:50 +03:00
cross_sign_store.go More changes 2020-09-12 01:32:56 +03:00
cross_sign_test.go More changes 2020-09-12 01:32:56 +03:00
cross_sign_validation.go Even more changes 2020-09-12 23:37:50 +03:00
decryptmegolm.go Automatically create new Olm sessions if decryption fails 2021-12-03 16:23:24 +02:00
decryptolm.go Fix tests and Go 1.14 compatibility 2021-12-03 18:19:03 +02:00
devicelist.go Merge branch 'master' into cross-sign 2020-10-27 00:38:52 +02:00
encryptmegolm.go Switch to locking olm globally instead of per-session 2020-11-18 13:13:55 +02:00
encryptolm.go Fix tests and Go 1.14 compatibility 2021-12-03 18:19:03 +02:00
keyexport.go Run gofmt 2021-09-22 10:52:01 -04:00
keyimport.go Stop using github.com/pkg/errors 2020-09-24 14:41:29 +03:00
keysharing.go Add more direct method for sending room key requests 2021-11-26 20:01:32 +02:00
machine.go Add some logs to help debug delays in crypto sync handling 2021-12-06 00:41:44 +02:00
machine_test.go Fix tests and Go 1.14 compatibility 2021-12-03 18:19:03 +02:00
sessions.go Switch to locking olm globally instead of per-session 2020-11-18 13:13:55 +02:00
sql_store.go Stop using non-existent device_id field when handling olm messages 2021-12-03 17:47:41 +02:00
store.go Stop using non-existent device_id field when handling olm messages 2021-12-03 17:47:41 +02:00
store_test.go Fix Go 1.13 requirement and make compiling SAS optional 2020-08-02 13:52:13 +03:00
verification.go Run gofmt 2021-09-22 10:52:01 -04:00
verification_in_room.go Run gofmt 2021-09-22 10:52:01 -04:00
verification_sas_methods.go Run gofmt 2021-09-22 10:52:01 -04:00