mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-01 08:44:09 +02:00
lowercase
This commit is contained in:
parent
7644085274
commit
60f0ad5b24
|
|
@ -148,8 +148,8 @@ Cross-signing keys are JSON objects with the following properties:
|
||||||
"`ed25519:`" followed by the unpadded base64 encoding of the public key, and
|
"`ed25519:`" followed by the unpadded base64 encoding of the public key, and
|
||||||
whose value is the unpadded base64 encoding of the public key.
|
whose value is the unpadded base64 encoding of the public key.
|
||||||
* `signatures` ({string: {string: string}}): signatures of the key. A
|
* `signatures` ({string: {string: string}}): signatures of the key. A
|
||||||
self-signing or user-signing key MUST be signed by the master key. A master
|
self-signing or user-signing key must be signed by the master key. A master
|
||||||
key MAY be signed by a device.
|
key may be signed by a device.
|
||||||
|
|
||||||
In order to ensure that there will be no collisions in the `signatures`
|
In order to ensure that there will be no collisions in the `signatures`
|
||||||
property, the server must respond with an `M_FORBIDDEN` error if any of
|
property, the server must respond with an `M_FORBIDDEN` error if any of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue