postgresql/contrib/pgcrypto/expected
Daniel Gustafsson 8e7199453b Add alternative output for OpenSSL 3 without legacy loaded
OpenSSL 3 introduced the concept of providers to support modularization,
and moved the outdated ciphers to the new legacy provider. In case it's
not loaded in the users openssl.cnf file there will be a lot of regress
test failures, so add alternative outputs covering those.

Also document the need to load the legacy provider in order to use older
ciphers with OpenSSL-enabled pgcrypto.

This will be backpatched to all supported version once there is sufficient
testing in the buildfarm of OpenSSL 3.

Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/FEF81714-D479-4512-839B-C769D2605F8A@yesql.se
Backpatch-through: 9.6
2021-09-25 11:27:28 +02:00
..
3des.out
blowfish_1.out Add alternative output for OpenSSL 3 without legacy loaded 2021-09-25 11:27:28 +02:00
blowfish.out
cast5_1.out Add alternative output for OpenSSL 3 without legacy loaded 2021-09-25 11:27:28 +02:00
cast5.out
crypt-blowfish.out
crypt-des.out
crypt-md5.out
crypt-xdes.out
des_1.out Add alternative output for OpenSSL 3 without legacy loaded 2021-09-25 11:27:28 +02:00
des.out
hmac-md5.out
hmac-sha1.out Fix typos in SQL scripts of pgcrypto 2019-05-28 06:33:30 -04:00
init.out
md5.out
pgp-armor.out
pgp-compression.out Fix corner case with 16kB-long decompression in pgcrypto, take 2 2020-07-27 15:58:54 +09:00
pgp-decrypt_1.out Add alternative output for OpenSSL 3 without legacy loaded 2021-09-25 11:27:28 +02:00
pgp-decrypt.out Fix typos in SQL scripts of pgcrypto 2019-05-28 06:33:30 -04:00
pgp-encrypt.out pgcrypto: support changing S2K iteration count 2016-03-09 14:31:07 -03:00
pgp-info.out
pgp-pubkey-decrypt_1.out Add alternative output for OpenSSL 3 without legacy loaded 2021-09-25 11:27:28 +02:00
pgp-pubkey-decrypt.out
pgp-pubkey-encrypt.out
pgp-zlib-DISABLED.out
rijndael.out pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 2018-01-31 16:33:11 -05:00
sha1.out
sha2.out