0.5.2
The headline of this release is server compatibility improvements.
It removes an edge case where a failure to load any certificates on Linux/BSD platforms would result in silently turning the lack of certificate roots into "no signature algorithms". During the initialization of a TLS session with a server this caused rustls
to send an empty supported signature list in the ClientHello
.
What's Changed
- Remove signature list failure case in other Verifier by @complexspaces in #169
Full Changelog: v/0.5.1...v/0.5.2