👎Deprecated: moved to trust_dns_proto::openssl
Expand description
Deprecated and moved to trust_dns_proto::openssl
Modules§
- tls_
server - DNS over TLS server implementations for OpenSSL
Structs§
- TlsClient
Stream Builder - A Builder for the TlsClientStream
- TlsStream
Builder - A builder for the TlsStream
Functions§
- tls_
stream_ from_ existing_ tls_ stream - Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases§
- TlsClient
Stream - A Type definition for the TLS stream
- TlsStream
- A TlsStream counterpart to the TcpStream which embeds a secure TlsStream