openmls / openmls

Rust implementation of the Messaging Layer Security (MLS) protocol
https://openmls.tech
MIT License
628 stars 76 forks source link

[MLS Spec change] Sub-group branching requires fresh key packages for each member (#624) #886

Open kkohbrok opened 2 years ago

kkohbrok commented 2 years ago

Description of the changes Adds a validation step for validation in the sub-group branching process. I don't think we're doing this at the moment.

Link to the exact changes https://github.com/mlswg/mls-protocol/pull/624

franziskuskiefer commented 1 year ago

I filed #1095 to actually implement this feature and remove this from the spec changes.