mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
cb4a8396fb
We depends on rustls in postgres_backend anyway, so might as well use it for all TLS stuff. Seems better to depend on only one library both from a security point of view, and because fewer dependencies means less code to compile. With this commit, we no longer depend on OpenSSL.