tokio-rustls/tokio-native-tls
Jerome Gravel-Niquet 438cb8f9c8
Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> (#74)
* 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
2021-10-01 21:52:10 +08:00
..
examples fix a handful of lints, one of which was breaking the build (#65) 2021-06-29 15:45:21 -07:00
scripts Auto-generate TLS server certificate for unix platform (#8) 2020-04-03 10:16:23 -04:00
src Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream<S> (#74) 2021-10-01 21:52:10 +08:00
tests fix a handful of lints, one of which was breaking the build (#65) 2021-06-29 15:45:21 -07:00
Cargo.toml tokio-native-tls: prepare v0.3.0 (#47) 2020-12-24 12:13:08 -05:00
CHANGELOG.md tokio-native-tls: prepare v0.3.0 (#47) 2020-12-24 12:13:08 -05:00
LICENSE Initial commit 2020-01-09 18:36:35 -05:00
README.md Initial commit 2020-01-09 18:36:35 -05:00

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.