commit | d274081790acff1b821a73dd61c04a44e32d91dc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Oct 15 23:11:43 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Oct 15 23:11:43 2024 +0000 |
tree | 0a0622defcf7ce9c8267c068acb5072587e96855 | |
parent | db81d8d8081def1c61a1df20212e910a36477ab1 [diff] | |
parent | c6151420b1eed6456b600ff17b5aa00168db8d7f [diff] |
Snap for 12503729 from c6151420b1eed6456b600ff17b5aa00168db8d7f to sdk-release Change-Id: I1df95fd73b5c1e1f9112a4f1227b794ad9145875
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.