#openssl #stream #async-std #tls-stream #async-tls #backed #built

async-std-openssl

基于 OpenSSL 支持的 async-std SSL 流实现。基于 sfackler/tokio-openssl。

2 个版本

0.6.3 2021 年 8 月 26 日
0.6.2 2021 年 8 月 19 日

#1800 in 加密学

Download history • Rust 包仓库 102/week @ 2024-03-14 • Rust 包仓库 46/week @ 2024-03-21 • Rust 包仓库 107/week @ 2024-03-28 • Rust 包仓库 183/week @ 2024-04-04 • Rust 包仓库 117/week @ 2024-04-11 • Rust 包仓库 135/week @ 2024-04-18 • Rust 包仓库 291/week @ 2024-04-25 • Rust 包仓库 93/week @ 2024-05-02 • Rust 包仓库 147/week @ 2024-05-09 • Rust 包仓库 116/week @ 2024-05-16 • Rust 包仓库 59/week @ 2024-05-23 • Rust 包仓库 57/week @ 2024-05-30 • Rust 包仓库 116/week @ 2024-06-06 • Rust 包仓库 66/week @ 2024-06-13 • Rust 包仓库 162/week @ 2024-06-20 • Rust 包仓库 55/week @ 2024-06-27 • Rust 包仓库

每月 409 次下载
用于 2 crates

MIT/Apache

17KB
328

async-std-openssl

基于 OpenSSL 的 async-std SSL 流实现,基于 tokio-openssl。

许可证

本项目采用以下其中一种许可证:

任选其一。

贡献

除非您明确声明,否则任何有意提交以包含在 Serde 中的贡献,根据 Apache-2.0 许可证定义,应以上述双重许可,不附加任何额外条款或条件。


lib.rs:

由 OpenSSL 支持的异步 TLS 流。

此 crate 为 openssl crate 的 SslStream 类型提供了一个包装器,该类型与 async-stdAsyncReadAsyncWrite 特性一起工作,而不是与 std 的阻塞 ReadWrite 特性一起工作。

依赖项

~7–17MB
~230K SLoC