Skip to main content

Module tls

Module tls 

Source
Expand description

TLS support for PostgreSQL wire connections.

When the tls feature is enabled, connections can negotiate SSL/TLS with the PostgreSQL server using rustls.

Structs§

TlsConfig
TLS configuration for PostgreSQL connections.

Enums§

TlsMode
How to handle TLS negotiation with the server.