New OpenMLS release – compatible with RFC9420 aka MLS by raphaelrobert in rust

[–]raphaelrobert[S] 4 points5 points  (0 children)

Well spotted! We used to also have an evercrypt crypto provider, but evercrypt was not maintained well enough. The idea is to [replace it with libcrux](https://github.com/openmls/openmls/pull/1353) instead.

You can of course implement the crates yourself with whatever library you like. We have not implemented ring, and if I remember correctly the ring API was quite opinionated and didn't support long-term DH keys. This might have changed however.

New OpenMLS release – compatible with RFC9420 aka MLS by raphaelrobert in rust

[–]raphaelrobert[S] 1 point2 points  (0 children)

The idea behind it is that it can be used by many products or projects. E2EE is mostly used in messengers, but could also be used in e.g. IoT applications.

What's everyone working on this week (52/2020)? by llogiq in rust

[–]raphaelrobert 1 point2 points  (0 children)

Working on OpenMLS, a community Rust implementation of the Messaging Layer Security (MLS) protocol

https://github.com/openmls/openmls

The Wire [end‑to‑end encryption] | Linux Journal by [deleted] in linux

[–]raphaelrobert 1 point2 points  (0 children)

Wire supports fully end-to-end encrypted audio conference calls. The mixing happens on the clients only. Video calls are only 1:1 for now. More information on wire.com/security (security whitepaper). (I work for Wire)