-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Labels
A-E2EEA-PerformanceO-OccasionalT-Enhancementgood first issueThis is a fix that might be an easy place for someone to start for their first contributionThis is a fix that might be an easy place for someone to start for their first contribution
Description
Synapse allows clients to change the Ed25519 and Curve25519 keys of an existing device via /keys/upload
. I don't think this has a legitimate usecase; indeed matrix-sdk-crypto ignores any attempt to change the Ed25519 key.
And it's not great for performance, especially if you have a couple of clients fighting over the "correct" key.
[Note that resetting your cross-signing keys requires changing the signature on the device keys, but not the keys themselves.]
Metadata
Metadata
Assignees
Labels
A-E2EEA-PerformanceO-OccasionalT-Enhancementgood first issueThis is a fix that might be an easy place for someone to start for their first contributionThis is a fix that might be an easy place for someone to start for their first contribution