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
1 file changed
tree: 91050870795b944e3cd81dd6bb8408dbd61e1173
  1. .cargo/
  2. examples/
  3. patches/
  4. src/
  5. test/
  6. .cargo_vcs_info.json
  7. Android.bp
  8. build.rs
  9. Cargo.lock
  10. Cargo.toml
  11. Cargo.toml.orig
  12. cargo_embargo.json
  13. CHANGELOG.md
  14. LICENSE
  15. METADATA
  16. MODULE_LICENSE_APACHE2
  17. OWNERS
  18. README.android
  19. README.md
  20. TEST_MAPPING
README.md

rust-openssl

crates.io

OpenSSL bindings for the Rust programming language.

Documentation.

Release Support

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.

Contribution

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.