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.
pgcrypto: Add option to revert to prior decryption behavior
pgcrypto: Split off pgp-encrypt-md5 test
Fix errorhandling for PGP encryption
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