TLS for postgres_backend and proxy

Add TLS support to `postgres_backend`.
Implement this support in `proxy`.
Other applications must opt-in and provide a `rustls::ServerConfig`.
This commit is contained in:
Patrick Insinger
2021-09-01 10:29:19 -07:00
committed by GitHub
parent 812160ba16
commit 5ac3cb1c72
17 changed files with 785 additions and 91 deletions

View File

@@ -17,5 +17,6 @@ serde_json = "1"
tokio = { version = "1.7.1", features = ["full"] }
tokio-postgres = "0.7.2"
clap = "2.33.0"
rustls = "0.19.1"
zenith_utils = { path = "../zenith_utils" }