1 unstable release
| 0.5.4 | Mar 16, 2026 |
|---|
#21 in #compio
22MB
640K
SLoC
Async TLS streams backed by BoringSSL.
This crate provides a wrapper around the btls crate's SslStream type
that works with compio's AsyncRead and AsyncWrite traits rather than std's
blocking std::io::Read and std::io::Write traits.
compio-btls
An implementation of SSL streams for Compio built on top of the BoringSSL.
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 this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~9–19MB
~296K SLoC