commit | e8126a62309debac48433eab8421b2c38214022d | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Wed May 15 07:41:59 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed May 15 07:41:59 2024 +0000 |
tree | 3fddde439a6f7fdab6659da3964efd7f8659743e | |
parent | b949a1b6a7ab428f2ea696b42434caa59d72a661 [diff] | |
parent | eb0580e0a93b05b0960d95c056627ae91ad8a052 [diff] |
Re-run cargo_embargo to remove duplicate cfgs. am: 52ceddbd16 am: eb0580e0a9 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3084135 Change-Id: I700377ce7220be7bed8a2c76fcc6280585c59c65 Signed-off-by: Automerger Merge Worker <[email protected]>
An implementation of the IETF Messaging Layer Security end-to-end encryption (E2EE) protocol.
MLS is a new IETF end-to-end encryption standard that is designed to provide transport agnostic, asynchronous, and highly performant communication between a group of clients.
For cipher suite descriptions see the RFC documentation here
Name | Cipher Suites | X509 Support |
---|---|---|
OpenSSL | 1-7 | Stable |
AWS-LC | 1,2,3,5,7 | Stable |
Rust Crypto | 1,2,3 | ⚠️ Experimental |
Web Crypto | ⚠️ Experimental 2,5,7 | Unsupported |
This library has been validated for conformance to the RFC 9420 specification but has not yet received a full security audit by a 3rd party.
This library is licensed under the Apache-2.0 or the MIT License.