pub fn ssl_from_acceptor(acceptor: &SslAcceptor) -> Result<Ssl, ErrorStack>
Expand description
Create a new Ssl from &SslAcceptor
this function is to unify the interface between this crate and pingora-boringssl
pub fn ssl_from_acceptor(acceptor: &SslAcceptor) -> Result<Ssl, ErrorStack>
Create a new Ssl from &SslAcceptor
this function is to unify the interface between this crate and pingora-boringssl