[][src]Module postgres::tls

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.

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.