Crate trust_dns_openssl

Source
👎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§

TlsClientStreamBuilder
A Builder for the TlsClientStream
TlsStreamBuilder
A builder for the TlsStream

Functions§

tls_stream_from_existing_tls_stream
Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Aliases§

TlsClientStream
A Type definition for the TLS stream
TlsStream
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream