mautrix-go/crypto
2024-05-26 18:27:48 +03:00
..
aescbc crypto: add some license headers 2024-02-16 09:36:35 -07:00
attachment Switch to testify assert in attachment tests 2022-04-27 15:49:31 +03:00
backup Use the encoded form of megolm session key in backup session data 2024-02-22 12:26:35 +02:00
canonicaljson Remove special module licenses 2023-12-15 15:56:38 +02:00
cryptohelper Add contexts to event handlers 2024-01-13 18:56:12 +02:00
goolm olm/pk: make an interface 2024-03-11 09:00:11 -06:00
olm crypto/olm: remove Signatures definition 2024-05-12 18:10:48 -06:00
pkcs7 pkcs7: update parameter names and documentation 2024-05-20 10:57:51 -06:00
signatures crypto: add some license headers 2024-02-16 09:36:35 -07:00
sql_store_upgrade Fix crypto_secrets table schema 2024-05-26 00:58:17 +03:00
ssss Plumb event.AccountDataMegolmBackupKey properly 2024-02-01 10:23:14 +02:00
utils Fix base64 in SSSS keys (#159) 2024-01-19 18:09:49 +02:00
verificationhelper verificationhelper: add E2E tests 2024-05-24 16:42:10 -06:00
account.go machine/ShareKeys: save keys before sending server request in case it fails 2024-04-19 08:47:36 -06:00
cross_sign_key.go olm/pk: make an interface 2024-03-11 09:00:11 -06:00
cross_sign_pubkey.go Add more contexts everywhere 2024-01-07 22:45:02 +02:00
cross_sign_signing.go cross signing: don't require master private key to sign master public key 2024-05-23 10:02:15 -06:00
cross_sign_ssss.go crypto/cross_sign_ssss: trust master key during generation and upload 2024-05-24 16:34:43 -06:00
cross_sign_store.go Invalidate memory cache when storing own cross-signing keys 2024-04-02 13:59:07 +03:00
cross_sign_test.go olm/pk: make an interface 2024-03-11 09:00:11 -06:00
cross_sign_validation.go Bump version to v0.18.1 2024-04-16 13:57:50 +03:00
decryptmegolm.go Export function to parse megolm message index 2024-05-26 00:59:30 +03:00
decryptolm.go Set type class for decrypted olm events correctly 2024-01-19 13:49:51 +02:00
devicelist.go verificationhelper: ensure that the keys are fetched before starting 2024-04-25 09:40:57 -06:00
encryptmegolm.go Export function to parse megolm message index 2024-05-26 00:59:30 +03:00
encryptolm.go crypto: refactor to remove need for Utility struct 2024-01-18 09:17:19 -07:00
keybackup.go Return imported session in ImportRoomKeyFromBackup 2024-05-26 00:59:30 +03:00
keyexport.go Clamp megolm session rotation periods to sensible limits 2024-05-26 00:59:30 +03:00
keyimport.go Include room ID and first known index in SessionReceived callback 2024-05-26 00:59:30 +03:00
keysharing.go Include room ID and first known index in SessionReceived callback 2024-05-26 00:59:30 +03:00
machine.go Ignore conflicts when inserting withheld group sessions 2024-05-26 18:27:48 +03:00
machine_test.go crypto: fix usages of Store interface 2024-05-14 12:47:45 -06:00
sessions.go Clamp megolm session rotation periods to sensible limits 2024-05-26 00:59:30 +03:00
sharing.go Use a callback to receive secret response 2024-03-15 15:12:56 +02:00
sql_store.go Ignore conflicts when inserting withheld group sessions 2024-05-26 18:27:48 +03:00
store.go crypto/store: don't rely on sender key for storing and lookups 2024-05-14 12:47:35 -06:00
store_test.go crypto: fix usages of Store interface 2024-05-14 12:47:45 -06:00