mautrix-go/crypto
Tulir Asokan 7d3791ace3
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run
crypto/encryptolm: add generic method to encrypt to-device events
2025-03-04 02:47:36 +02:00
..
aescbc crypto: add some license headers 2024-02-16 09:36:35 -07:00
attachment bridgev2/matrix: add new stream upload that uses a writer instead of a reader (#269) 2024-08-20 00:52:54 +03:00
backup crypto/backup: update comment on computing MAC for encrypted session data 2024-07-31 08:05:15 -06:00
canonicaljson Remove special module licenses 2023-12-15 15:56:38 +02:00
cryptohelper crypto/helper: use sqlite3-fk-wal by default 2025-03-02 18:41:27 +02:00
ed25519 crypto/olm: add tests comparing libolm and goolm, replace crypto/ed25519 -> maunium.net/go/mautrix/crypto/ed25519 2024-08-23 09:16:58 -06:00
goolm crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
libolm crypto: propagate more errors 2024-10-25 09:39:19 -06:00
olm crypto: propagate more errors 2024-10-25 09:39:19 -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 crypto/decryptolm: store olm hashes to prevent errors if they're repeated 2024-12-20 14:48:50 +02:00
ssss crypto/ssss: remove id from key metadata 2024-08-01 18:47:06 -06:00
utils Fix base64 in SSSS keys (#159) 2024-01-19 18:09:49 +02:00
verificationhelper verificationhelper/sas: don't trust keys until both MAC events are sent 2025-02-20 14:13:42 -07:00
account.go crypto: always read from crypto/rand 2024-10-25 08:17:13 -06:00
cross_sign_key.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
cross_sign_pubkey.go Add more contexts everywhere 2024-01-07 22:45:02 +02:00
cross_sign_signing.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
cross_sign_ssss.go crypto/cross signing: actually save signatures in store on publish 2024-05-27 07:37:05 -06:00
cross_sign_store.go crypto: move more cross-signing logs to trace level 2024-10-09 21:23:23 +03:00
cross_sign_test.go crypto: add context to IsDeviceTrusted and deprecate ResolveTrust 2025-02-13 14:07:49 +02:00
cross_sign_validation.go crypto: add context to IsDeviceTrusted and deprecate ResolveTrust 2025-02-13 14:07:49 +02:00
decryptmegolm.go crypto/decryptmegolm: hide state event decryption behind flag 2025-02-23 16:24:03 +02:00
decryptolm.go crypto/decryptolm: check last olm session creation ts before unwedging 2024-12-20 14:48:53 +02:00
devicelist.go crypto/devicelist: remove unnecessary parameter 2024-12-07 15:04:33 +02:00
encryptmegolm.go crypto: add context to IsDeviceTrusted and deprecate ResolveTrust 2025-02-13 14:07:49 +02:00
encryptolm.go crypto/encryptolm: add generic method to encrypt to-device events 2025-03-04 02:47:36 +02:00
keybackup.go crypto/keybackup: log mismatching public keys when verifiying megolm backups (#356) 2025-02-28 09:45:28 -05:00
keyexport.go crypto: fix key exports 2025-02-04 00:24:56 +02:00
keyexport_test.go crypto: fix key exports 2025-02-04 00:24:56 +02:00
keyimport.go crypto: fix key exports 2025-02-04 00:24:56 +02:00
keysharing.go crypto: add context to IsDeviceTrusted and deprecate ResolveTrust 2025-02-13 14:07:49 +02:00
machine.go crypto/machine: return unhandled to-device events in HandleEncryptedEvent 2025-03-04 02:37:08 +02:00
machine_test.go crypto: fix usages of Store interface 2024-05-14 12:47:45 -06:00
registergoolm.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
registerlibolm.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
sessions.go crypto: fix key exports 2025-02-04 00:24:56 +02:00
sharing.go crypto/ssss: only accept secret shares from verified devices (#352) 2025-02-13 15:52:34 -05:00
sql_store.go crypto,sqlstatestore: fix more deprecated NewRowIter uses 2025-01-29 15:16:53 +02:00
store.go crypto/decryptolm: check last olm session creation ts before unwedging 2024-12-20 14:48:53 +02:00
store_test.go crypto: propagate more errors 2024-10-25 09:39:19 -06:00