commit | 61fb3e9f778ccf4125928477510864a85748c8df | [log] [tgz] |
---|---|---|
author | Martin Geisler <[email protected]> | Tue Apr 30 14:43:40 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Apr 30 14:43:40 2024 +0000 |
tree | 268027fbfb56ab4ea0f2df977bafd06e7c2a0653 | |
parent | 4b8e93f93dfa828cca238a8f54561f4640bbfae4 [diff] | |
parent | cb80e1f24151885e2dd5e68f1a38ed33a2b6a8c8 [diff] |
Add Android.bp file am: cb80e1f241 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3067222 Change-Id: If19e4573bd21f1f0a5b3caa23f0a7691e09847b6 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.