Crate trust_dns_rustls

Source
👎Deprecated: moved to trust_dns_proto::rustls
Expand description

Deprecated and removed as of 0.21.0, see the dns-over-rustls feature in trust-dns-proto

Modules§

tls_client_stream
DNS over TLS client implementation for Rustls
tls_server
DNS over TLS server implementation for Rustls
tls_stream
DNS over TLS I/O stream implementation for Rustls

Functions§

tls_client_connect
Creates a new TlsStream to the specified name_server
tls_client_connect_with_bind_addr
Creates a new TlsStream to the specified name_server connecting from a specific address.
tls_connect
Creates a new TlsStream to the specified name_server
tls_connect_with_bind_addr
Creates a new TlsStream to the specified name_server connecting from a specific address.
tls_from_stream
Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Aliases§

TlsClientStream
Type of TlsClientStream used with Rustls
TlsStream
Predefined type for abstracting the base I/O TlsStream with TokioTls