commit | a753db03256e7d3516e3381d2a9aabe9f0850674 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 23 11:07:14 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon May 23 19:41:54 2022 +0000 |
tree | 434d10980f52aa5f77c5e6cd15b798e39bd7c5b8 | |
parent | 6719c3a0c9e7fd29c28ed02fc05d347feb536b68 [diff] |
Allow the virtualization APEX to use the openssl crate Bug: 233582804 Test: atest AuthFsHostTest Change-Id: Ifb29aae59b60723e2143f89c4476046eb899d6d5
OpenSSL bindings for the Rust programming language.
The current supported release of openssl
is 0.10 and openssl-sys
is 0.9.
New major versions will be published at most once per year. After a new release, the previous major version will be partially supported with bug fixes for 3 months, after which support will be dropped entirely.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the Apache License, Version 2.0 and the MIT license without any additional terms or conditions.