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

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

#1685 in Cryptography

Download history 25/week @ 2024-02-24 1/week @ 2024-03-02 8/week @ 2024-03-09 38/week @ 2024-03-30 7/week @ 2024-04-06 71/week @ 2024-04-13

116 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.5–6.5MB
~120K SLoC