Skip to content

0.11.0

Compare
Choose a tag to compare
@bradfier bradfier released this 25 Feb 11:05
· 12 commits to master since this release
0.11.0
c5177b0
  • Add support for Rustls

    Thanks to @3xmblzj5 and @travispaul for their help in implementing Rustls as a drop-in replacement for OpenSSL, you can now build tiny-http with TLS support without any external dependencies! OpenSSL will remain the default implementation if you just enable the ssl feature, but you are strongly encouraged to use ssl-rustls where possible!

  • Fix incorrect certificate chain loading

    Fix a longstanding bug where we were only loading the first (i.e. the leaf) certificate from any PEM file supplied by the user.