pgsql: Allow tests to pass in OpenSSL FIPS mode (TAP tests)

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow tests to pass in OpenSSL FIPS mode (TAP tests)
Date: 2023-11-17 16:01:36
Message-ID: E1r41Hj-005toV-RV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow tests to pass in OpenSSL FIPS mode (TAP tests)

Some tests using md5 authentication have to be skipped. In other
cases, we can rewrite the tests to use a different authentication
method.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/dbbd927f-ef1f-c9a1-4ec6-c759778ac852%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/284cbaea7c4b89ce8685a148baeaf1d7896a900e

Modified Files
--------------
src/test/authentication/t/001_password.pl | 146 ++++++++++++++++++------------
src/test/ssl/t/002_scram.pl | 35 ++++---
2 files changed, 112 insertions(+), 69 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-11-17 16:29:59 pgsql: Don't specify number of dimensions in cases where we don't know
Previous Message Peter Eisentraut 2023-11-17 14:01:13 pgsql: pgcrypto: Allow tests to pass in OpenSSL FIPS mode