Expand description
TLS support.
Structs§
- Channel
Binding - Channel binding information returned from a TLS handshake.
- NoTls
- A
MakeTlsConnect
andTlsConnect
implementation which simply returns an error. - NoTls
Error - The error returned by
NoTls
. - NoTls
Future - The future returned by
NoTls
.
Enums§
- NoTls
Stream - The TLS “stream” type produced by the
NoTls
connector.
Traits§
- Make
TlsConnect - A constructor of
TlsConnect
ors. - TlsConnect
- An asynchronous function wrapping a stream in a TLS session.
- TlsStream
- A TLS-wrapped connection to a PostgreSQL database.