Skip to content

Releases: http-rs/tide-rustls

v0.3.0

21 Mar 04:50
v0.3.0
b1cfe68
Compare
Choose a tag to compare

tide-rustls 0.3 switches to async-rustls as the interface to rustls. tide-rustls is already rustls-specific, and using a rustls-specific async layer allows tide-rustls to expose more rustls specifics where needed.

tide-rustls 0.3 provides a new interface for custom TLS acceptors. A custom TLS acceptor gives you full control over the TLS negotiation process, and allows you to process some TLS connections internally without passing them through to tide, such as for multiplexing or custom ALPN negotiation. The upcoming tide-acme crate will build on this to provide automatic certificate management via ACME tls-alpn-01 challenges.

v0.2.0

30 Jan 11:53
Compare
Choose a tag to compare

Changed

  • Upgraded to Tide v0.16.0

v0.1.4

27 Nov 15:21
Compare
Choose a tag to compare

Changes

  • Upgrade to tide v0.15.0 #7

v0.1.3

17 Oct 01:57
@jbr jbr
e10ddb9
Compare
Choose a tag to compare
  • Disable tide default features

  • Upgrade deps

v0.1.1

27 Jul 03:20
@jbr jbr
3109205
Compare
Choose a tag to compare

initial release of tide-tls