mautrix-go/crypto
Sumner Evans f96a85bd10
fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2025-01-17 16:34:54 -07: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: allow overriding post-decrypt function 2024-09-13 00:46:39 +03: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 (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 11:55:30 -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: include emoji descriptions in callback 2025-01-03 14:14:31 -07:00
account.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07: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 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 fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07: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/encryptmegolm: log target identity key when encrypting session 2024-10-30 21:06:11 +02:00
encryptolm.go (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 11:55:30 -07:00
keybackup.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
keyexport.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
keyimport.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
keysharing.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
machine.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
machine_test.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07: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 fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
sharing.go Use a callback to receive secret response 2024-03-15 15:12:56 +02:00
sql_store.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00
store.go crypto/decryptolm: check last olm session creation ts before unwedging 2024-12-20 14:48:53 +02:00
store_test.go fixup! (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 16:34:54 -07:00