File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ All notable changes to this project will be documented in this file.
7
7
## [ Unreleased] - ReleaseDate
8
8
9
9
### 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 ) )
11
13
- [ ** breaking** ] : When in "exclude insecure devices" mode, refuse to decrypt
12
14
incoming to-device messages from unverified devices, except for some
13
15
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.
19
21
` DecryptionSettings { sender_device_trust_requirement: TrustRequirement::Untrusted } ` .
20
22
Affected methods are ` OlmMachine::receive_sync_changes ` ,
21
23
` 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 ) )
23
25
- [ ** breaking** ] The ` Device::encrypt_event_raw ` and (experimental)
24
26
` OlmMachine::encrypt_content_for_devices ` have new ` share_strategy ` parameters
25
27
to ensure that the recipients are sufficiently trusted.
You can’t perform that action at this time.
0 commit comments