[][src]Module actix_tls::openssl

Structs

Acceptor

Support TLS server connections via openssl package

AcceptorService
AcceptorServiceResponse
HandshakeError

The error type returned after a failed handshake.

SslAcceptor

A type which wraps server-side streams in a TLS session.

SslAcceptorBuilder

A builder for SslAcceptors.

SslStream

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