Skip to content

0.26.1

Choose a tag to compare

@djc djc released this 17 Sep 09:34
· 37 commits to main since this release
v/0.26.1
93dbdf0

What's Changed

  • Change: make license spdx compliant by @jjnicola in #62
  • Fix test regression after rustls improvements in complete_io() by @djc in #68
  • must use rustls 0.23.5 by @quininer in #69
  • Check-in Cargo.lock, fix MSRV build by @cpu in #78
  • examples: prefer pemfile::private_key by @cpu in #77
  • tests: rework vendored certificates/keys by @cpu in #80
  • Use new rustls-pki-types PEM API by @djc in #87
  • fix: return write-zero error when write return 0 by @quininer in #93