pgsql: pgcrypto: Split off pgp-encrypt-md5 test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgcrypto: Split off pgp-encrypt-md5 test
Date: 2023-11-16 15:17:14
Message-ID: E1r3e7F-005jvW-K7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgcrypto: Split off pgp-encrypt-md5 test

In FIPS mode, these tests will fail. By having them in a separate
file, it would make it easier to have an alternative output file or
selectively disable these tests. This isn't done here; this is just
some preparation.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/2766054.1700080156@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3af0d17acef7538c5605afa5dd7929cfd7e38d9e

Modified Files
--------------
contrib/pgcrypto/Makefile | 2 +-
contrib/pgcrypto/expected/pgp-encrypt-md5.out | 11 +++++++++++
contrib/pgcrypto/expected/pgp-encrypt.out | 8 --------
contrib/pgcrypto/meson.build | 1 +
contrib/pgcrypto/sql/pgp-encrypt-md5.sql | 7 +++++++
contrib/pgcrypto/sql/pgp-encrypt.sql | 3 ---
6 files changed, 20 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-11-16 16:15:58 Re: pgsql: doc: fix wording describing the checkpoint_flush_after GUC
Previous Message Tom Lane 2023-11-16 15:05:29 pgsql: Ensure we preprocess expressions before checking their volatilit