Module hickory_proto::rustls::tls_stream
source · Available on crate feature
dns-over-rustls
only.Expand description
DNS over TLS I/O stream implementation for Rustls
Functions§
- Creates a new TlsStream to the specified name_server
- Creates a new TlsStream to the specified name_server connecting from a specific address.
- Creates a new TlsStream to the specified name_server connecting from a specific address.
- Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases§
- Predefined type for abstracting the base I/O TlsStream with TokioTls
- Predefined type for abstracting the TlsClientStream with TokioTls
- Predefined type for abstracting the TlsServerStream with TokioTls