Skip to content

Releases: tmccombs/tls-listener

v0.4.2

13 Mar 08:01

Choose a tag to compare

Added [TlsListener::replace_acceptor()] function to allow replacing the listener certificate at runtime.

v0.4.1

09 Mar 07:00

Choose a tag to compare

Bump version to 0.4.1

0.3.0

19 Jan 07:57

Choose a tag to compare

This release primarily updates tokio-rustls to 0.23. Which slightly changes how to create the serverconfig.

0.2.0

02 Jan 06:31

Choose a tag to compare

This is basically a complete rewrite.

Things that changed:

  • Now uses rustls instead of native-tls
  • Supports tokio 1.0
  • Supports hyper 0.14
  • Added feature flags for hyper support