commit | 119cd4272895d5d2306bf790873fd5a47c4859f3 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 14:37:58 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 14:37:58 2024 +0000 |
tree | 68b38ee28464eecffa1574e9076287be2c14d88f | |
parent | eb0580e0a93b05b0960d95c056627ae91ad8a052 [diff] | |
parent | 2415580c0a8f7e824b0dbf49cc2629a2f0a77e63 [diff] |
Update Android.bp by running cargo_embargo am: 2415580c0a Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3094650 Change-Id: I6144624c2a940a75d4a4aa92f000cbee78d496b0 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.