Expand description
re-export native_tls
Structs§
- Certificate
- An X509 certificate.
- Error
- An error returned from the TLS implementation.
- Identity
- A cryptographic identity.
- MidHandshake
TlsStream - A TLS stream which has been interrupted midway through the handshake process.
- TlsAcceptor
- A builder for server-side TLS connections.
- TlsAcceptor
Builder - A builder for
TlsAcceptor
s. - TlsConnector
- A builder for client-side TLS connections.
- TlsConnector
Builder - A builder for
TlsConnector
s. - TlsStream
- A stream managing a TLS session.
Enums§
- Handshake
Error - An error returned from
ClientBuilder::handshake
. - Protocol
- SSL/TLS protocol versions.
Type Aliases§
- Result
- A typedef of the result-type returned by many methods.