Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Safe Extensions framework #178

Open
rohanmahy opened this issue Aug 1, 2024 · 2 comments
Open

Add support for the Safe Extensions framework #178

rohanmahy opened this issue Aug 1, 2024 · 2 comments

Comments

@rohanmahy
Copy link

Description of feature:

Please consider adding support for the Safe Extensions Framework, described in Section 2 of draft-ietf-mls-extensions.

Use case:

This would allow users of the stack the ability to add safe KeyPackage, LeafNode, GroupContext, and GroupInfo extensions, safe use of secrets and signatures, safe proposal types, safe wire format types, and (if PR#29 is accepted) safe usage of AAD.

@tomleavy
Copy link
Contributor

tomleavy commented Aug 1, 2024

Thanks for the heads up @rohanmahy

@mulmarta you are probably more familiar with this than I am, how difficult do you think it is to add?

@mulmarta
Copy link
Contributor

mulmarta commented Aug 2, 2024

It won't be too difficult, I think. Mostly just adding more API to what we already have.

I think maybe we want to put it behind a feature flag, in order not to complicate the basic API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants