Module trust_dns_proto::openssl
source · Available on crate feature
dns-over-openssl
only.Expand description
TLS protocol related components for DNS over TLS
Modules
- DNS over TLS server implementations for OpenSSL
Structs
- A Builder for the TlsClientStream
- A builder for the TlsStream
Functions
- Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases
- A Type definition for the TLS stream
- A TlsStream counterpart to the TcpStream which embeds a secure TlsStream