Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
examples/ | H | 03-May-2022 | - | 161 | 128 | |
src/ | H | 03-May-2022 | - | 25,930 | 17,354 | |
test/ | H | 03-May-2022 | - | 334 | 316 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 24-Dec-2020 | 74 | 6 | 5 | |
CHANGELOG.md | H A D | 24-Dec-2020 | 20.4 KiB | 547 | 384 | |
Cargo.lock | H A D | 24-Dec-2020 | 5.1 KiB | 192 | 168 | |
Cargo.toml | H A D | 24-Dec-2020 | 1.2 KiB | 52 | 43 | |
Cargo.toml.orig-cargo | H A D | 24-Dec-2020 | 676 | 33 | 27 | |
LICENSE | H A D | 05-Nov-2017 | 618 | 16 | 12 | |
README.md | H A D | 22-Jul-2020 | 955 | 24 | 15 | |
build.rs | H A D | 24-Dec-2020 | 1.9 KiB | 72 | 57 |
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[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl) 5 6OpenSSL bindings for the Rust programming language. 7 8[Documentation](https://docs.rs/openssl). 9 10## Release Support 11 12The current supported release of `openssl` is 0.10 and `openssl-sys` is 0.9. 13 14New major versions will be published at most once per year. After a new 15release, the previous major version will be partially supported with bug 16fixes for 3 months, after which support will be dropped entirely. 17 18### Contribution 19 20Unless you explicitly state otherwise, any contribution intentionally 21submitted for inclusion in the work by you, as defined in the Apache-2.0 22license, shall be dual licensed under the terms of both the Apache License, 23Version 2.0 and the MIT license without any additional terms or conditions. 24