rustls / rustls-platform-verifier

A certificate verification library for rustls that uses the operating system's verifier
Apache License 2.0
57 stars 18 forks source link

Minimise features demanded from rustls-webpki crate #103

Closed ctz closed 1 month ago

ctz commented 1 month ago

This dependency exists so this crate can access webpki::Error and webpki::Error::RequiredEkuNotFound, which are unconditionally available.

fixes #102

ctz commented 1 month ago

CI / Test (windows-latest) (pull_request) Failing after 1m

This is also happening on main; added a remedial commit.