mautrix-go/crypto/verificationhelper
Sumner Evans 0b10e7346d
verificationhelper: implement timeout logic
Added 10-minute timeout for verification requests as per
https://spec.matrix.org/v1.10/client-server-api/#error-and-exception-handling

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-05-27 18:23:35 -06: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 verificationhelper: implement timeout logic 2024-05-27 18:23:35 -06: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