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