mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-21 02:14:09 +02:00
server-server: PDUs are signed by the origin server's private key
Not the public key. Signed-off-by: Robert Swain <robert.swain@gmail.com>
This commit is contained in:
parent
14bd3effde
commit
5855bf4b16
|
|
@ -35,7 +35,7 @@ Persisted Data Units (PDUs):
|
||||||
|
|
||||||
Like email, it is the responsibility of the originating server of a PDU
|
Like email, it is the responsibility of the originating server of a PDU
|
||||||
to deliver that event to its recipient servers. However PDUs are signed
|
to deliver that event to its recipient servers. However PDUs are signed
|
||||||
using the originating server's public key so that it is possible to
|
using the originating server's private key so that it is possible to
|
||||||
deliver them through third-party servers.
|
deliver them through third-party servers.
|
||||||
|
|
||||||
Ephemeral Data Units (EDUs):
|
Ephemeral Data Units (EDUs):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue