21 releases
0.6.5 | Sep 14, 2024 |
---|---|
0.6.4 | Dec 11, 2023 |
0.6.3 | Oct 20, 2021 |
0.6.2 | Jun 20, 2021 |
0.1.0 | Dec 23, 2016 |
#59 in Network programming
504,642 downloads per month
Used in 303 crates
(95 directly)
16KB
307 lines
tokio-openssl
An implementation of SSL streams for Tokio built on top of the openssl
crate
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
lib.rs
:
Async TLS streams backed by OpenSSL.
This crate provides a wrapper around the openssl
crate's SslStream
type
that works with with tokio
's AsyncRead
and AsyncWrite
traits rather than std's
blocking Read
and Write
traits.
Dependencies
~4–10MB
~108K SLoC