Crate trillium_native_tls

Source
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.
NativeTlsAcceptor
trillium [Acceptor] for native-tls
NativeTlsClientTransport
Client [Transport] for the native tls connector
NativeTlsConfig
Configuration for the native tls client connector
NativeTlsServerTransport
Server Tls Transport