Expand description
This crate provides native tls trait implementations for trillium
client ([NativeTlsConnector]) and server (NativeTlsAcceptor).
Re-exports§
pub use async_native_tls;pub use native_tls;
Structs§
- Identity
- A cryptographic identity.
- Native
TlsAcceptor - trillium [
Acceptor] for native-tls - Native
TlsClient Transport - Client [
Transport] for the native tls connector - Native
TlsConfig - Configuration for the native tls client connector
- Native
TlsServer Transport - Server Tls Transport