Remove support for OpenSSL older than 1.1.0

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: a70e01d4306fdbcd5fbedb4ca97e5c21c995da60
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-09-02T11:51:48Z
Releases: 18.0
Remove support for OpenSSL older than 1.1.0

OpenSSL 1.0.2 has been EOL from the upstream OpenSSL project for
some time, and is no longer the default OpenSSL version with any
vendor which package PostgreSQL. By retiring support for OpenSSL
1.0.2 we can remove a lot of no longer required complexity for
managing state within libcrypto which is now handled by OpenSSL.

Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/ZG3JNursG69dz1lr@paquier.xyz
Discussion: https://postgr.es/m/CA+hUKGKh7QrYzu=8yWEUJvXtMVm_CNWH1L_TLWCbZMwbi1XP2Q@mail.gmail.com

Files

Documentation touched

Discussion