rustls/examples
Joseph Birr-Pixton e9c15abe06 Remove default certificate verifier trait functions
This is a breaking change.

These introduced an implicit dependency on the `webpki` crate
for anyone who wanted to implement these traits.

Instead, someone who wants to benefit from the `webpki`-backed
implementations should dispatch to `WebPkiServerVerifier` themselves.

Expose these defaults explicitly, and dispatch to them in our
various bits of example and test code.
2023-08-04 14:48:10 +00:00
..
src/bin Remove default certificate verifier trait functions 2023-08-04 14:48:10 +00:00
Cargo.toml examples: remove unused sct dependency 2023-08-04 14:48:10 +00:00