master
pgcrypto: Remove explicit hex encoding/decoding from tests
pgcrypto: Allow tests to pass in OpenSSL FIPS mode
pgcrypto: remove questionmark from error message
pgcrypto: Detect and report too-short crypt() salts.
pgcrypto: Make it possible to disable built-in crypto
SET autocommit no longer needed in /contrib because pg_regress.sh does it automatically now on regression session startup.
Add modern SHA-2 based password hashes to pgcrypto.
Add regression expected-files for older OpenSSL in FIPS mode.
Fix typos in comments and in one isolation test.
Fix test "NUL byte in text decrypt" for --without-zlib builds.
pgcrypto: Split off pgp-encrypt-md5 test
Fix buffer overrun after incomplete read in pullf_read_max().
pgcrypto: Report errant decryption as "Wrong key or corrupt data".
Add alternative output for OpenSSL 3 without legacy loaded
pgcrypto: Tweak error message for incorrect session key length
Add missing pgcrypto files from previous commit.
pgcrypto: Add support for CFB mode in AES encryption