mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-25 12:34:10 +01:00
fixup! e2ee/device verification: move general error handling under framework
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
2ea4e13239
commit
d66a8057af
|
|
@ -750,8 +750,10 @@ devices:
|
||||||
###### Error handling during SAS verification
|
###### Error handling during SAS verification
|
||||||
|
|
||||||
At any point the interactive verification can go wrong. In addition to the
|
At any point the interactive verification can go wrong. In addition to the
|
||||||
[Error handling during key verification](#error-handling-during-key-verification) The following describes
|
general
|
||||||
what to do when an error happens:
|
[error handling during key verification](#error-handling-during-key-verification)
|
||||||
|
that is applicable to all verification methods, the following describes what to
|
||||||
|
do when SAS-specific errors happen:
|
||||||
|
|
||||||
- If the two devices do not share a common key share, hash, HMAC, or
|
- If the two devices do not share a common key share, hash, HMAC, or
|
||||||
SAS method then the device should notify the other device with an
|
SAS method then the device should notify the other device with an
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue