Searched refs:roots (Results 1 – 5 of 5) sorted by relevance
33 let mut roots = RootCertStore::empty(); in new() localVariable34 roots.add_parsable_certificates(convert_certificate_to_pki_types(cert)?); in new()36 WebPkiClientVerifier::builder(roots.into()).allow_unauthenticated() in new()38 WebPkiClientVerifier::builder(roots.into()) in new()
59 let mut roots = RootCertStore::from_iter(trust_anchors); in new() localVariable71 roots.add_parsable_certificates(certs); in new()76 roots.extend(webpki_roots::TLS_SERVER_ROOTS.iter().cloned()); in new()80 roots.add_parsable_certificates(convert_certificate_to_pki_types(&cert)?); in new()83 let builder = builder.with_root_certificates(roots); in new()
21 let mut roots = RootCertStore::empty(); in main() localVariable25 roots.add_parsable_certificates(certs.into_iter()); in main()28 .with_root_certificates(roots) in main()
35 tls-native-roots = ["_tls-any", "channel", "dep:rustls-native-certs"]36 tls-webpki-roots = ["_tls-any","channel", "dep:webpki-roots"]92 webpki-roots = { version = "0.26", optional = true }
23 * **tls:** Rename tls-roots feature with tls-native-roots (#1860)59 * **tls:** Remove tls roots implicit configuration ([#1731](https://github.com/hyperium/tonic/issue…76 * Removed implicit configuration of client TLS roots setup (#1731)397 * **transport:** Add a tls-webpki-roots feature to add trust roots from webpki-roots ([#660](https:…