commit | 00c2d402a7380a3eabe73dde6716fb66c246b45e | [log] [tgz] |
---|---|---|
author | Martin Geisler <[email protected]> | Tue Apr 30 15:03:52 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Apr 30 15:03:52 2024 +0000 |
tree | 268027fbfb56ab4ea0f2df977bafd06e7c2a0653 | |
parent | 835f5af1a54e32bb5c37379e5dee8b8e11a8e330 [diff] | |
parent | 61fb3e9f778ccf4125928477510864a85748c8df [diff] |
Add Android.bp file am: cb80e1f241 am: 61fb3e9f77 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3067222 Change-Id: Ia1904ed7500bfa77d236ad9808450e0c9fad7aaa 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.