[][src]Module schannel::tls_stream

Schannel TLS streams.

Structs

Builder

A builder type for TlsStreams.

CertValidationResult

A struct used to wrap various cert chain validation results for callback processing.

MidHandshakeTlsStream

A stream which has not yet completed its handshake.

TlsStream

An Schannel TLS stream.

Enums

HandshakeError

A failure which can happen during the Builder::initialize phase, either an I/O error or an intermediate stream which has not completed its handshake.