3 releases
0.6.5 | Dec 12, 2023 |
---|---|
0.6.4 | Aug 28, 2023 |
0.6.3 | Aug 11, 2023 |
#1744 in Cryptography
904 downloads per month
15KB
296 lines
tokio-tongsuo
An implementation of SSL streams for Tokio built on top of the tongsuo
crate
, based on tokio-openssl.
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.5–6.5MB
~122K SLoC