Expand description
Re-exports from openssl
and tokio-openssl
that are useful for connectors.
Structs§
- An asynchronous version of
openssl::ssl::SslStream
. - An SSL error.
- A type which wraps client-side streams in a TLS session.
- A builder for
SslConnector
s. - A type specifying the kind of protocol an
SslContext
will speak.
Enums§
- An error or intermediate state after a TLS handshake attempt.