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

..03-May-2022-

build/H03-May-2022-733570

src/H03-May-2022-6,7456,120

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

.cargo_vcs_info.jsonH A D05-Jun-202074 65

CHANGELOG.mdH A D05-Jun-20205.2 KiB164107

Cargo.tomlH A D05-Jun-20201.3 KiB4539

Cargo.toml.orig-cargoH A D05-Jun-2020785 3226

LICENSE-MITH A D01-May-20191 KiB2622

README.mdH A D10-Oct-20191.1 KiB2516

README.md

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