mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/2766054.1700080156@sss.pgh.pa.us
This commit is contained in:
@ -48,6 +48,7 @@ pgcrypto_regress = [
|
||||
'pgp-armor',
|
||||
'pgp-decrypt',
|
||||
'pgp-encrypt',
|
||||
'pgp-encrypt-md5',
|
||||
'pgp-pubkey-decrypt',
|
||||
'pgp-pubkey-encrypt',
|
||||
'pgp-info',
|
||||
|
Reference in New Issue
Block a user