Crate ntex_tls

Crate ntex_tls 

Source
Expand description

An implementations of SSL streams for ntex ecosystem

Structs§

PskIdentity
A TLS PSK identity.
Servername
The TLS SNI server name (DNS).
TlsConfig
Tls service configuration

Functions§

max_concurrent_ssl_accept
Sets the maximum per-worker concurrent ssl connection establish process.