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