438cb8f9c8
* implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> * implement windows' AsRawHandle * typo in cfg(windows) * use RawSocket, not RawHandle * implement AsRawFd & AsRawSocket for tokio_rustls::client::TlsStream and tokio_rustls::TlsStream enum |
||
---|---|---|
.. | ||
examples | ||
scripts | ||
src | ||
tests | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
tokio-tls
An implementation of TLS/SSL streams for Tokio built on top of the [native-tls
crate]
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.