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

..03-May-2022-

examples/H03-May-2022-161128

src/H03-May-2022-24,78616,727

test/H03-May-2022-334316

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

.cargo_vcs_info.jsonH A D26-Jun-202074 65

CHANGELOG.mdH A D26-Jun-202018.5 KiB506353

Cargo.lockH A D26-Jun-20205.1 KiB192168

Cargo.tomlH A D26-Jun-20201.2 KiB5243

Cargo.toml.orig-cargoH A D26-Jun-2020676 3327

LICENSEH A D01-May-2019618 1612

README.mdH A D06-Jun-2020955 2415

build.rsH A D03-Jun-20201.8 KiB6854

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