Module openssl

Source
Available on crate feature dns-over-openssl only.
Expand description

TLS protocol related components for DNS over TLS

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