master
pgcrypto: Remove explicit hex encoding/decoding from tests
pgcrypto: Detect and report too-short crypt() salts.
pgcrypto: Make it possible to disable built-in crypto
Remove extra newlines at end and beginning of files, add missing newlines at end of files.
Add modern SHA-2 based password hashes to pgcrypto.
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
pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea()
pgcrypto: Add support for CFB mode in AES encryption