Struct rustls::client::DangerousClientConfig [−][src]
pub struct DangerousClientConfig<'a> {
pub cfg: &'a mut ClientConfig,
}
Expand description
Accessor for dangerous configuration options.
Fields
cfg: &'a mut ClientConfig
The underlying ClientConfig
Implementations
Overrides the default ServerCertVerifier
with something else.