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.

Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Definitions

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