[−][src]Crate tls_api
Implementation neutral TLS API.
Structs
| Certificate | |
| Error | |
| MidHandshakeTlsStream | |
| TlsStream | Since Rust has no HKT, it is not possible to declare something like |
Enums
| CertificateFormat | |
| HandshakeError | An error returned from |
Traits
| MidHandshakeTlsStreamImpl | |
| TlsAcceptor | A builder for server-side TLS connections. |
| TlsAcceptorBuilder | A builder for |
| TlsConnector | A builder for client-side TLS connections. |
| TlsConnectorBuilder | A builder for |
| TlsStreamImpl |
Type Definitions
| Result | A typedef of the result type returned by many methods. |