fixme
This commit is contained in:
@@ -169,13 +169,12 @@ pub enum MinTlsVersion {
|
|||||||
Tlsv13,
|
Tlsv13,
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: remove `pub(super)`
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub(super) struct InvalidCertsVerifier {
|
struct InvalidCertsVerifier {
|
||||||
pub(super) ignore_invalid_hostnames: bool,
|
ignore_invalid_hostnames: bool,
|
||||||
pub(super) ignore_invalid_certs: bool,
|
ignore_invalid_certs: bool,
|
||||||
pub(super) roots: RootCertStore,
|
roots: RootCertStore,
|
||||||
pub(super) crypto_provider: Arc<CryptoProvider>,
|
crypto_provider: Arc<CryptoProvider>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl ServerCertVerifier for InvalidCertsVerifier {
|
impl ServerCertVerifier for InvalidCertsVerifier {
|
||||||
|
|||||||
Reference in New Issue
Block a user