Available on crate feature
__tls
only.Expand description
TLS protocol related components for DNS over TLS
Re-exports§
pub use self::tls_client_stream::TlsClientStream;
pub use self::tls_client_stream::tls_client_connect;
pub use self::tls_client_stream::tls_client_connect_with_bind_addr;
pub use self::tls_stream::TlsStream;
pub use self::tls_stream::tls_connect;
pub use self::tls_stream::tls_connect_with_bind_addr;
pub use self::tls_stream::tls_from_stream;
Modules§
- tls_
client_ stream - DNS over TLS client implementation for Rustls
- tls_
stream - DNS over TLS I/O stream implementation for Rustls
Functions§
- client_
config - Make a new
ClientConfig
with the default settings - default_
provider tls-ring
- Instantiate a new
CryptoProvider
for use with rustls