Skip to content

Releases: icing/mod_tls

mod_tls v0.15.0

19 Nov 10:30
v0.15.0
1329f8c

Choose a tag to compare

  • Fixed a but that stalled data from the client to not reach a proxied backend when mod_tls was used for the proxy connection. Thanks for @makavity for the help on this.

mod_tls v0.14.0

18 Sep 14:03

Choose a tag to compare

  • Updated to rustls-ffi 0.14.0 by @cpu.

mod_tls v0.13.0

17 Sep 10:21

Choose a tag to compare

  • align version somewhat with rustls-ffi version supported
  • move module from Apache httpd to its own github repository
  • fix tests to run on locally build mod_tls, no install necessary
  • adapted to rustls-ffi v0.13.0 thanks for @cpu.