commit | f450b0ed4421cb433693e2b19d4c7ca021f82efe | [log] [tgz] |
---|---|---|
author | Ellen Arteca <emarteca@google.com> | Thu May 09 17:00:50 2024 +0000 |
committer | Ellen Arteca <emarteca@google.com> | Tue May 21 19:22:24 2024 +0000 |
tree | 91050870795b944e3cd81dd6bb8408dbd61e1173 | |
parent | 5794b195e3aef845564c963a14966b5c7f5af5b9 [diff] |
Reduces visibility of rust-openssl to only its direct dependents This CL restricts the visibility of rust-openssl, so that it is only available to the packages that currently depend on it. This is so that no new dependencies on rust-openssl can be introduced. This is part of an effort to remove all dependencies on rust-openssl, and migrate the existing ones to use bssl-crypto instead. Once a package's dependence on rust-openssl has been migrated, it will be removed from the list of packages to which rust-openssl must be visible. Test: build Change-Id: Ifc526f0bed5ffc54a7c59e9962f0204420e11366
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.