Skip to content

1.10.1

Latest
Compare
Choose a tag to compare
@djc djc released this 13 Dec 15:45
v/1.10.1

Fixed an issue where we failed to read PEM objects from slices without trailing newline. This failed in the PEM decoder introduced in rustls-pki-types 1.9.0 whereas it worked in rustls-pemfile 2.12.0. We now include a test to make sure this case doesn't regress again.

What's Changed

  • fix misc. clippy findings by @cpu in #65
  • Fix reading PEM from slices without trailing newline by @djc in #66