- Drop support of older
openssl
versions which do not implement ALPN - Remove unused dependency from
tls_api
crate - Tests are broken in master
- Use
tempfile
crate instead oftempdir
- Edit: was not updated, in this version it is still 0.19 Upgrade to rustls 0.20
- Use
anyhow
andthiserror
crates for errors
async-std
support addedsecurity-framework
is implemented natively- update all dependencies to the latest versions
- more tests, more features, more everything
- Upgrade rustls dependency to 0.17.0
- Make futures returned from
connect
andaccept
Send
- Remove unused dependency on
futures
crate
- Upgraded to tokio 0.2
- Tokio is unconditional dependency now (and API is async only now)
- Start of changelog