[−][src]Crate trust_dns_openssl
TLS protocol related components for DNS over TLS
Modules
tls_server |
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 Definitions
TlsClientStream | A Type definition for the TLS stream |
TlsStream | A TlsStream counterpart to the TcpStream which embeds a secure TlsStream |