mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02:00
Merge pull request #774 from superdump/superdump/fed-pdu-signature-fix
server-server: PDUs are signed by the origin server's private key
This commit is contained in:
commit
3af8b09f93
|
|
@ -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