mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 22:43:43 +01:00
remove unsigned prop for verifying
This commit is contained in:
parent
f0f6ea0cb3
commit
e53e3ab01a
|
|
@ -671,8 +671,9 @@ This will return a result as follows:
|
|||
|
||||
The client should first check the signatures on the signed key objects. As with
|
||||
checking the signatures on the device keys, it should remove the ``signatures``
|
||||
property, format the remainder as Canonical JSON, and pass the result into
|
||||
``olm_ed25519_verify``, using the Ed25519 device key for the ``key`` parameter.
|
||||
and (if present) ``unsigned`` properties, format the remainder as Canonical
|
||||
JSON, and pass the result into ``olm_ed25519_verify``, using the Ed25519 device
|
||||
key for the ``key`` parameter.
|
||||
|
||||
Provided the key object passes verification, the client should then pass the
|
||||
key, along with the Curve25519 Identity key for the remote device, into
|
||||
|
|
|
|||
Loading…
Reference in a new issue