[][src]Module ntex::connect::openssl

Structs

HandshakeError

The error type returned after a failed handshake.

OpensslConnector
SslConnector

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

SslError

An SSL error.

SslMethod

A type specifying the kind of protocol an SslContext will speak.

SslStream

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