[][src]Module requiem_tls::nativetls

Structs

Error

An error returned from the TLS implementation.

NativeTlsAcceptor

Support SSL connections via native-tls package

NativeTlsAcceptorService
TlsAcceptor

A wrapper around a native_tls::TlsAcceptor, providing an async accept method.

TlsStream

A wrapper around an underlying raw stream which implements the TLS or SSL protocol.