[][src]Module requiem_tls::openssl

Structs

Acceptor

Support TLS server connections via openssl package

AcceptorService
AcceptorServiceResponse
AlpnError

An error returned from an ALPN selection callback.

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.