Struct openssl::ssl::SslAcceptor [] [src]

pub struct SslAcceptor(_);

A type which wraps server-side streams in a TLS session.

OpenSSL's default configuration is highly insecure. This connector manages the OpenSSL structures, configuring cipher suites, session options, and more.

Methods

impl SslAcceptor
[src]

Initiates a server-side TLS session on a stream.