commit | c13111269b67326755ed9c71d459cc05afab4d6e | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 11:23:02 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 11:23:02 2024 +0000 |
tree | 37171c22be7a479ee14ae088cff731e91eac1052 | |
parent | 42c61494938439923407e7ea01cd51b4c7da18ce [diff] | |
parent | 332a75e471d8f990a7f875ea3cb68f9d5ebc64d8 [diff] |
Update Android.bp by running cargo_embargo am: 332a75e471 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3208954 Change-Id: Id230fc8495bf2ab7c8a2999cc7f74477703c32e5 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.