Reapply local patches for the openssl crate

Reapply the changes that were made to this crate that is not in
upstream.

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