pgsql: Remove incidental md5() function use from test

2025-03-30 Thread Tomas Vondra
Remove incidental md5() function use from test Replace md5() with sha256() in tests introduced in 14ffaece0fb5, to allow test to pass in OpenSSL FIPS mode. Reported-by: Tom Lane Discussion: https://postgr.es/m/3518736.1743307...@sss.pgh.pa.us Branch -- master Details --- https://git.po

pgsql: Remove incidental md5() function use from test

2024-08-16 Thread Peter Eisentraut
Remove incidental md5() function use from test To allow test to pass in OpenSSL FIPS mode, similar to 657f5f223e, for a new test that has been added since. Reviewed-by: Tomas Vondra Discussion: https://www.postgresql.org/message-id/86763810-70a1-4872-8ba7-1676f788e...@eisentraut.org Branch ---

pgsql: Remove incidental md5() function use from test

2024-08-16 Thread Peter Eisentraut
Remove incidental md5() function use from test To allow test to pass in OpenSSL FIPS mode, similar to 657f5f223e, for a new test that has been added since. Reviewed-by: Tomas Vondra Discussion: https://www.postgresql.org/message-id/86763810-70a1-4872-8ba7-1676f788e...@eisentraut.org Branch ---