This commit is contained in:
parent
2126a142f4
commit
c148314742
17 changed files with 541 additions and 70 deletions
|
|
@ -2,10 +2,9 @@ use std::sync::Arc;
|
|||
|
||||
use mtp_common::CommunicationError;
|
||||
use rustls::{
|
||||
ClientConfig as RustlsClientConfig, RootCertStore,
|
||||
ClientConfig as RustlsClientConfig, DigitallySignedStruct, RootCertStore, SignatureScheme,
|
||||
client::danger::{HandshakeSignatureValid, ServerCertVerified, ServerCertVerifier},
|
||||
pki_types::{ServerName, UnixTime, pem::PemObject},
|
||||
DigitallySignedStruct, SignatureScheme,
|
||||
};
|
||||
use wtransport::{ClientConfig, Endpoint};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue