Upgrade openssl to 0.10.43

This project was upgraded with external_updater.
Usage: tools/external_updater/updater.sh update rust/crates/openssl
For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md

Test: TreeHugger
Change-Id: I4ba993f0273d01cd97fdbfaa08901a935f70259a
104 files changed
tree: 65cc49c93bb3f99e453e9ba74f14a8451fd2d157
  1. examples/
  2. src/
  3. test/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. build.rs
  7. Cargo.lock
  8. Cargo.toml
  9. Cargo.toml.orig
  10. cargo2android.json
  11. CHANGELOG.md
  12. LICENSE
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. OWNERS
  16. README.md
  17. 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.