• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-159127

src/H03-May-2022-27,16618,253

test/H03-May-2022-357338

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

CHANGELOG.mdH A D29-Nov-197322.6 KiB618431

Cargo.lockH A D01-Jan-19705.1 KiB194169

Cargo.tomlH A D01-Jan-19701.2 KiB5344

Cargo.toml.orig-cargoH A D29-Nov-1973704 3428

LICENSEH A D29-Nov-1973618 1612

README.mdH A D29-Nov-1973830 2314

build.rsH A D29-Nov-19732.2 KiB8366

README.md

1# rust-openssl
2
3[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
4
5OpenSSL bindings for the Rust programming language.
6
7[Documentation](https://docs.rs/openssl).
8
9## Release Support
10
11The current supported release of `openssl` is 0.10 and `openssl-sys` is 0.9.
12
13New major versions will be published at most once per year. After a new
14release, the previous major version will be partially supported with bug
15fixes for 3 months, after which support will be dropped entirely.
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally
20submitted for inclusion in the work by you, as defined in the Apache-2.0
21license, shall be dual licensed under the terms of both the Apache License,
22Version 2.0 and the MIT license without any additional terms or conditions.
23