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