Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfackler/rust-openssl
OpenSSL bindings for Rust
https://github.com/sfackler/rust-openssl
Last synced: 5 days ago
JSON representation
OpenSSL bindings for Rust
- Host: GitHub
- URL: https://github.com/sfackler/rust-openssl
- Owner: sfackler
- Created: 2013-12-28T23:56:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T14:35:23.000Z (6 months ago)
- Last Synced: 2024-05-18T15:02:50.858Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 11.4 MB
- Stars: 1,328
- Watchers: 26
- Forks: 728
- Open Issues: 215
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-cn - sfackler/rust-openssl - ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) (Libraries / Cryptography)
- awesome-rust - sfackler/rust-openssl - ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) (Libraries / Cryptography)
- awesome-rust - sfackler/rust-openssl - ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) (代码 / 密码学)
- awesome-rust - sfackler/rust-openssl
- awesome-rust-cn - sfackler/rust-openssl
- awesome-rust-zh - sfackler/rust-openssl - [OpenSSL](https://www.openssl.org/)绑定 [<img src="https://api.travis-ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) (库 / 加密)
- awesome-rust - sfackler/rust-openssl - [OpenSSL](https://www.openssl.org/) bindings (Libraries / Cryptography)
- awesome-rust - sfackler/rust-openssl - ci.org/sfackler/rust-openssl.svg?branch=master">](https://travis-ci.org/sfackler/rust-openssl) (库 Libraries / 密码学 Cryptography)
- fucking-awesome-rust - sfackler/rust-openssl - 🌎 [OpenSSL](www.openssl.org/) bindings (Libraries / Cryptography)
- fucking-awesome-rust - sfackler/rust-openssl - 🌎 [OpenSSL](www.openssl.org/) bindings (Libraries / Cryptography)
README
# rust-openssl
[![crates.io](https://img.shields.io/crates/v/openssl.svg)](https://crates.io/crates/openssl)
OpenSSL bindings for the Rust programming language.
[Documentation](https://docs.rs/openssl).
## Release Support
The current supported release of `openssl` is 0.10 and `openssl-sys` is 0.9.
New major versions will be published at most once per year. After a new
release, the previous major version will be partially supported with bug
fixes for 3 months, after which support will be dropped entirely.### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed under the terms of both the Apache License,
Version 2.0 and the MIT license without any additional terms or conditions.