Module yb_postgres::tls
source · Expand description
TLS support.
Structs§
- Channel binding information returned from a TLS handshake.
- A
MakeTlsConnectandTlsConnectimplementation which simply returns an error. - The error returned by
NoTls. - The future returned by
NoTls.
Enums§
- The TLS “stream” type produced by the
NoTlsconnector.
Traits§
- A constructor of
TlsConnectors. - An asynchronous function wrapping a stream in a TLS session.
- A TLS-wrapped connection to a PostgreSQL database.