20 releases

0.6.4 Dec 11, 2023
0.6.3 Oct 20, 2021
0.6.2 Jun 20, 2021
0.6.1 Jan 9, 2021
0.1.0 Dec 23, 2016

#45 in Cryptography

Download history 28436/week @ 2023-12-23 49239/week @ 2023-12-30 82248/week @ 2024-01-06 86391/week @ 2024-01-13 91191/week @ 2024-01-20 95917/week @ 2024-01-27 106956/week @ 2024-02-03 89370/week @ 2024-02-10 96833/week @ 2024-02-17 109397/week @ 2024-02-24 106465/week @ 2024-03-02 111444/week @ 2024-03-09 106263/week @ 2024-03-16 113538/week @ 2024-03-23 109373/week @ 2024-03-30 99829/week @ 2024-04-06

448,335 downloads per month
Used in 277 crates (86 directly)

MIT/Apache

15KB
296 lines

tokio-openssl

An implementation of SSL streams for Tokio built on top of the openssl crate

Documentation

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
~118K SLoC