Structs

The client end of a TLS connection. Can be used like any other bidirectional IO stream. Wraps the underlying TCP stream.

The server end of a TLS connection. Can be used like any other bidirectional IO stream. Wraps the underlying TCP stream.

The TLS accepting part. The acceptor drives the server side of the TLS handshake process. It works on any asynchronous stream.

connect as anonymous client

The TLS connecting part. The acceptor drives the client side of the TLS handshake process. It works on any asynchronous stream.

Functions

Type Definitions