pgsql: Backpatch OpenSSL 3.0.0 compatibility in tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Backpatch OpenSSL 3.0.0 compatibility in tests
Date: 2023-02-08 21:57:55
Message-ID: E1pPsRu-0008dd-TA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backpatch OpenSSL 3.0.0 compatibility in tests

backport of commit f0d2c65f17 to releases 11 and 12

This means the SSL tests will fail on machines with extremely old
versions of OpenSSL, but we don't know of anything trying to run such
tests. The ability to build is not affected.

Discussion: https://postgr.es/m/73e646d3-8653-1a1c-0a39-739872b591b0@dunslane.net

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6133a0f4c7c39c9490b5aef91efba76ce83c5a02
Author: Peter Eisentraut <peter(at)eisentraut(dot)org>

Modified Files
--------------
src/test/ssl/Makefile | 2 +-
src/test/ssl/ssl/server-password.key | 52 ++++++++++++++++++------------------
2 files changed, 27 insertions(+), 27 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-02-08 22:08:49 pgsql: pgindent: more ways to find files to indent
Previous Message Tom Lane 2023-02-08 19:45:48 pgsql: Further tighten nullingrel marking rules in build_joinrel_tlist(