Expand description
Wrappers for OpenSSL to allow use in async (futures 0.3) applications
Structs§
- Accept
Async - The future returned from SslAcceptorExt::accept_async
- Connect
Async - The future returned from SslConnectorExt::connect_async
- MidHandshake
SslStream - An SSL stream mid-handshake
- SslStream
- An asynchronous SSL stream
Enums§
- Handshake
Error - Errors that may arise from a handshake
Traits§
- Connect
Configuration Ext - Extension trait for ConnectConfiguration to allow connections to be initiated asynchronously.
- SslAcceptor
Ext - Extension for SslAcceptor to allow connections to be accepted asynchronously.
- SslConnector
Ext - Extension trait for SslConnector to allow connections to be initiated asynchronously.