postgresql/src/include/libpq
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1
Here are some notes about this change:
- As X509_get_signature_nid() should always exist (OpenSSL and
LibreSSL), hence HAVE_X509_GET_SIGNATURE_NID is now gone.
- OPENSSL_API_COMPAT is bumped to 0x10002000L.
- One comment related to 1.0.1e introduced by 74242c2 is removed.

Upstream OpenSSL still provides long-term support for 1.0.2 in a closed
fashion, so removing it is out of scope for a few years, at least.

Reviewed-by: Jacob Champion, Daniel Gustafsson
Discussion: https://postgr.es/m/ZG3JNursG69dz1lr@paquier.xyz
2023-07-03 13:20:27 +09:00
..
auth.h Remove a few unused global variables and declarations. 2023-06-12 16:25:37 +03:00
be-fsstubs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
be-gssapi-common.h De-Revert "Add support for Kerberos credential delegation" 2023-04-13 08:55:07 -04:00
crypt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
hba.h Store IdentLine->pg_user as an AuthToken 2023-01-16 13:58:07 +09:00
ifaddr.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-be-fe-helpers.h Add helper library for use of libpq inside the server environment 2023-01-23 19:25:23 -08:00
libpq-be.h Remove support for OpenSSL 1.0.1 2023-07-03 13:20:27 +09:00
libpq-fs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pqcomm.h Copy and store addrinfo in libpq-owned private memory 2023-03-29 21:41:27 +02:00
pqformat.h Change argument type of pq_sendbytes from char * to void * 2023-02-14 13:32:19 +01:00
pqmq.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pqsignal.h Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
sasl.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
scram.h Make SCRAM iteration count configurable 2023-03-27 09:46:29 +02:00