Skip to content

Commit 6c944a9

Browse files
committed
Add a changelog entry for the sender data check when accepting historic room keys
1 parent b4b010f commit 6c944a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/matrix-sdk-crypto/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
77
## [Unreleased] - ReleaseDate
88

99
### Features
10-
10+
- Make sure to accept historic room key bundles only if the sender is trusted
11+
enough.
12+
([#5510](https://github.com/matrix-org/matrix-rust-sdk/pull/5510))
1113
- [**breaking**]: When in "exclude insecure devices" mode, refuse to decrypt
1214
incoming to-device messages from unverified devices, except for some
1315
exceptions for certain event types. To support this, a new variant has been
@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
1921
`DecryptionSettings { sender_device_trust_requirement: TrustRequirement::Untrusted }`.
2022
Affected methods are `OlmMachine::receive_sync_changes`,
2123
`RehydratedDevice::receive_events`, and several internal methods.
22-
([#5319](https://github.com/matrix-org/matrix-rust-sdk/pull/5319)
24+
([#5319](https://github.com/matrix-org/matrix-rust-sdk/pull/5319))
2325
- [**breaking**] The `Device::encrypt_event_raw` and (experimental)
2426
`OlmMachine::encrypt_content_for_devices` have new `share_strategy` parameters
2527
to ensure that the recipients are sufficiently trusted.

0 commit comments

Comments
 (0)