[−][src]Crate tls_api
Implementation neutral TLS API.
Modules
| async_as_sync | Utility used in different implementations of TLS API. |
Structs
| Certificate | |
| Error | |
| TlsStream | Since Rust has no HKT, it is not possible to declare something like |
Enums
| CertificateFormat |
Traits
| 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. |