commit | eb0580e0a93b05b0960d95c056627ae91ad8a052 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <[email protected]> | Wed May 15 07:22:57 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed May 15 07:22:57 2024 +0000 |
tree | 3fddde439a6f7fdab6659da3964efd7f8659743e | |
parent | cabca9807769ad409dcb3cdfccd11c5497b72474 [diff] | |
parent | 52ceddbd16131c853b9229b8f1f4fc1d39e82359 [diff] |
Re-run cargo_embargo to remove duplicate cfgs. am: 52ceddbd16 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3084135 Change-Id: Ie9030113c72722c406fb46f08bd25e386de9db5f 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.