pipebuf_rustls

Crates.iopipebuf_rustls
lib.rspipebuf_rustls
version0.23.1
sourcesrc
created_at2023-06-07 12:58:52.769467
updated_at2024-09-16 13:17:31.203071
descriptionPipeBuf wrapper for Rustls
homepage
repositoryhttps://github.com/uazu/pipebuf_rustls
max_upload_size
id884743
size72,390
Jim Peters (uazu)

documentation

https://docs.rs/pipebuf_rustls

README

PipeBuf wrapper for Rustls

This offers a single "process" call that takes care of all the calls required to move data between the encrypted and plain-text sides of a Rustls ServerConnection, transferring data via pipe-buffers. This would typically be used along with other PipeBuf-supporting crates such as pipebuf_mio to offer transport, along with a PipeBuf-based implementation of the wrapped protocol to form a complete processing chain.

Documentation

See the crate documentation.

License

This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 2

cargo fmt