Module tls

Source
Expand description

TLS support.

Structs§

ChannelBinding
Channel binding information returned from a TLS handshake.
NoTls
A MakeTlsConnect and TlsConnect implementation which simply returns an error.
NoTlsError
The error returned by NoTls.
NoTlsFuture
The future returned by NoTls.

Enums§

NoTlsStream
The TLS “stream” type produced by the NoTls connector.

Traits§

MakeTlsConnect
A constructor of TlsConnectors.
TlsConnect
An asynchronous function wrapping a stream in a TLS session.
TlsStream
A TLS-wrapped connection to a PostgreSQL database.