mautrix-go/crypto/verificationhelper
Adam Van Ymeren 9e4bce17e7
decryptmegolm: Use ResolveTrustContext to ensure any DB transactions are carried forward (#254)
- also make verificationhelper interfaces public so client code can assert conformance
2024-07-11 13:17:44 -07:00
..
callbacks_test.go verificationhelper: add tests for SAS flow 2024-05-27 07:37:06 -06:00
doc.go verificationhelper/recipricate: properly check if the master key is trusted 2024-02-12 17:42:02 -07:00
mockserver_test.go verificationhelper: add test for QR code cross-signing 2024-05-27 07:37:06 -06:00
qrcode.go verificationhelper/qrcode: add (en|de)coder 2024-02-09 11:50:13 -07:00
qrcode_test.go verificationhelper: add E2E tests 2024-05-24 16:42:10 -06:00
reciprocate.go verificationhelper: make auto-cancellations more spec-compliant 2024-05-27 16:18:05 -06:00
sas.go verificationhelper: make auto-cancellations more spec-compliant 2024-05-27 16:18:05 -06:00
sas_test.go verificationhelper/sas: begin implementing flow 2024-02-09 11:50:14 -07:00
verificationhelper.go decryptmegolm: Use ResolveTrustContext to ensure any DB transactions are carried forward (#254) 2024-07-11 13:17:44 -07:00
verificationhelper_qr_crosssign_test.go verificationhelper: add test for QR code cross-signing 2024-05-27 07:37:06 -06:00
verificationhelper_qr_self_test.go verificationhelper: add test for QR code cross-signing 2024-05-27 07:37:06 -06:00
verificationhelper_sas_test.go verificationhelper: add test for QR code cross-signing 2024-05-27 07:37:06 -06:00
verificationhelper_test.go verificationhelper: cancel if multiple requests received from same device 2024-05-27 15:24:42 -06:00