https://github.com/tokio-rs/tokio-openssl
OpenSSL bindings for Tokio
https://github.com/tokio-rs/tokio-openssl
Last synced: 3 months ago
JSON representation
OpenSSL bindings for Tokio
- Host: GitHub
- URL: https://github.com/tokio-rs/tokio-openssl
- Owner: tokio-rs
- License: apache-2.0
- Created: 2016-12-23T00:42:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T13:16:41.000Z (over 1 year ago)
- Last Synced: 2024-04-14T01:31:17.298Z (about 1 year ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 35
- Watchers: 3
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# tokio-openssl
An implementation of SSL streams for Tokio built on top of the [`openssl` crate]
[Documentation](https://docs.rs/tokio-openssl)
[`openssl` crate]: https://github.com/sfackler/rust-openssl
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tokio-openssl by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.