You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with_native_roots: Restore robustness to unparseable certs
rustls-native-certs used to filter out invalid certs on Unix, where
certs are parsed from PEM files.
rustls/rustls-native-certs#26 changed it
to passing them unparsed. Now that hyper-rustls does the parsing,
keep being robust to invalid certs. Implementation modified from
rustls::RootCertStore::add_parsable_certificates, which cannot be
used directly due to a newtype in rustls-native-certs.
0 commit comments