commit | b949a1b6a7ab428f2ea696b42434caa59d72a661 | [log] [tgz] |
---|---|---|
author | Martin Geisler <[email protected]> | Fri May 10 17:17:20 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri May 10 17:17:20 2024 +0000 |
tree | 5d119aad3e2c426ccb0bcd2bc4f9342b7a980f87 | |
parent | 00c2d402a7380a3eabe73dde6716fb66c246b45e [diff] | |
parent | cabca9807769ad409dcb3cdfccd11c5497b72474 [diff] |
Build with mls_build_async am: 11b3e45ea7 am: cabca98077 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mls-rs/+/3071124 Change-Id: I2aba2d396f3a6df0c1a8fb12d6ddccf622facea4 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.