commit | 3637628b4bc91b1b5fa8e9badc869eed02c8ecec | [log] [tgz] |
---|---|---|
author | James Farrell <jamesfarrell@google.com> | Wed Aug 07 11:45:27 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 07 11:45:27 2024 +0000 |
tree | 37171c22be7a479ee14ae088cff731e91eac1052 | |
parent | 42c61494938439923407e7ea01cd51b4c7da18ce [diff] | |
parent | c13111269b67326755ed9c71d459cc05afab4d6e [diff] |
Update Android.bp by running cargo_embargo am: 332a75e471 am: c13111269b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3208954 Change-Id: If74ec63959fd33f5a9260f4963b9e0d854bdd281 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.