Available on crate feature
tls-openssl
only.Expand description
Future types.
This module provides the futures and supporting types for integrating OpenSSL with a hyper/tokio HTTP/TLS server.
OpenSSLAcceptorFuture
is the main public-facing type which wraps around the core logic of establishing an SSL/TLS
connection.
Structsยง
- OpenSSL
Acceptor Future - A Future for establishing an SSL/TLS connection using
OpenSSLAcceptor
.