Sourced from tokio-rustls's releases.
0.26.3
What's Changed
- Clarify how to run the example server by
@sundresh
in rustls/tokio-rustls#111- fix: handshake does not fully flush writes by
@conradludgate
in rustls/tokio-rustls#112- feat: add
alpn_protocols
forTlsConnector::connect_with
by@yukiiiteru
in rustls/tokio-rustls#116- lib: derive
Debug
onStartHandshake
by@lucab
in rustls/tokio-rustls#120- server: allow splitting and reassembling a
StartHandshake
by@lucab
in rustls/tokio-rustls#127- Make StartHandshake fields public by
@djc
in rustls/tokio-rustls#128
d5dfa08
Update semver-compatible dependenciesd5bb23c
Bump version to 0.26.3e0ddd89
Fix warning about potentially incomplete writesba767ae
Warn on clippy::use_self3b996aa
server: align argument order with fieldsc9778d2
server: make StartHandshake fields publica58a6e9
server: allow splitting and reassembling a
StartHandshake
97745c3
Move server types into server module78a4ea8
Move Connect and FallibleConnect into client module8c2af0c
Move TlsConnector and TlsConnectorWithAlpn into client module