commit | 42c61494938439923407e7ea01cd51b4c7da18ce | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Tue May 21 15:04:16 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 21 15:04:16 2024 +0000 |
tree | 68b38ee28464eecffa1574e9076287be2c14d88f | |
parent | e8126a62309debac48433eab8421b2c38214022d [diff] | |
parent | 119cd4272895d5d2306bf790873fd5a47c4859f3 [diff] |
Update Android.bp by running cargo_embargo am: 2415580c0a am: 119cd42728 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3094650 Change-Id: I543c6539bb0c02003a7d744884001fe6493e5bb1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.