tokio-rustls/tokio-native-tls
Noah Kennedy 3716340633
chore: prepare tokio-native-tls 0.3.1 (#129)
# 0.3.1 (February 4th, 2023)

### Additions
- Add Vendored Feature ([#125])
- Implement AsRawFd for both tokio-rustls and tokio-native-tls TlsStream\<S\> ([#74])

### Internal
- Fix warning about renamed lint ([#93])
- fix a handful of lints, one of which was breaking the build ([#65])

[#65]: https://github.com/tokio-rs/tls/pull/65
[#74]: https://github.com/tokio-rs/tls/pull/74
[#93]: https://github.com/tokio-rs/tls/pull/93
[#125]: https://github.com/tokio-rs/tls/pull/125
2023-02-07 11:05:15 -06: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 Fix warning about renamed lint (#93) 2022-05-09 21:57:54 +02: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 chore: prepare tokio-native-tls 0.3.1 (#129) 2023-02-07 11:05:15 -06: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.