mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 04:22:56 +00:00
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.