openmls / openmls

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

Handle and test different MLS protocol versions #34

Closed franziskuskiefer closed 7 months ago

franziskuskiefer commented 4 years ago

We will start with a pre-RFC version of MLS and need ways to upgrade from one version to another. MLS protocol versions were introduced in #382.

franziskuskiefer commented 7 months ago

Closing for now. Only RFC MLS will be supported for now.

raphaelrobert commented 7 months ago

Reopening because we still have stuff like ProtocolVersion::Mls10Draft11 and we should get rid of that.

franziskuskiefer commented 7 months ago

Then file a new issue for that please. The description here clearly says it's about something else.

raphaelrobert commented 7 months ago

Closing in favor of https://github.com/openmls/openmls/issues/1513