- New server API for learning requested SNI name.
- Server now checks selected certificate for validity.
- Remove time crate dependency.
- Follow webpki interface changes.
- Update dependencies.
What's Changed
- Use
ok_or_else()
in server-side certificate resolution. by @briansmith in #94 - Add SNI to server session & expose it to the application. by @briansmith in #96
- 0.11.0: Update dependencies. by @briansmith in #99
Full Changelog: v/0.10.0...v/0.11.0