You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Clarify that the key backup MAC is implemented incorrectly Due to a bug in libolm, all implementations of the m.megolm_backup.v1.curve25519-aes-sha2 key backup algorithm incorrectly pass an empty string through HMAC-SHA-256 to generate the `mac` property of the `session_data`. It was intended for the entire raw encrypted data to be passed through HMAC-SHA-256, but the issue was caught too late in the process, and thus we are stuck with this until a new key backup algorithm is introduced. This commit clarifies the real-world behavior of all current implementations. Signed-off-by: Sumner Evans <sumner@beeper.com> |
2 years ago | |
|---|---|---|
| .. | ||
| changelog | 2 years ago | |
| client-server-api | 2 years ago | |
| rooms | 2 years ago | |
| _index.md | 2 years ago | |
| appendices.md | 2 years ago | |
| application-service-api.md | 3 years ago | |
| identity-service-api.md | 3 years ago | |
| proposals.md | 4 years ago | |
| push-gateway-api.md | 3 years ago | |
| server-server-api.md | 2 years ago | |