commit | bb7eddddb7fac03d078fce6e9ca26555dcabfe16 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 16 01:14:16 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 16 01:14:16 2024 +0000 |
tree | 3fddde439a6f7fdab6659da3964efd7f8659743e | |
parent | 31c624f2f684a88bbcb3a8bfaa61a74d08616a42 [diff] | |
parent | e8126a62309debac48433eab8421b2c38214022d [diff] |
Snap for 11847214 from e8126a62309debac48433eab8421b2c38214022d to 24Q3-release Change-Id: I39ee9d90d998043bf3a8653658f4e9bd7ff0bc94
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.