Module tokio_native_tls::native_tls 
source · Expand description
re-export native_tls
Structs§
- An X509 certificate.
 - An error returned from the TLS implementation.
 - A cryptographic identity.
 - A TLS stream which has been interrupted midway through the handshake process.
 - A builder for server-side TLS connections.
 - A builder for
TlsAcceptors. - A builder for client-side TLS connections.
 - A builder for
TlsConnectors. - A stream managing a TLS session.
 
Enums§
- An error returned from
ClientBuilder::handshake. - SSL/TLS protocol versions.
 
Type Aliases§
- A typedef of the result-type returned by many methods.