#ssl-stream #openssl #tls #tokio #tls-stream #async-tls #async-io

tokio-tongsuo

An implementation of SSL streams for Tokio backed by Tongsuo/OpenSSL

3 releases

0.6.5 Dec 12, 2023
0.6.4 Aug 28, 2023
0.6.3 Aug 11, 2023

#2019 in Cryptography

Download history 8/week @ 2024-07-13 11/week @ 2024-07-27 7/week @ 2024-09-21 3/week @ 2024-09-28

904 downloads per month

MIT/Apache

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

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–11MB
~122K SLoC