Skip RSA-PSS ssl test when using LibreSSL.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cad781b3e5de615e8a570950e455bd04cdadeafd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-05-09T16:29:01Z
Releases: 16.10
Skip RSA-PSS ssl test when using LibreSSL.

Presently, LibreSSL does not have working support for RSA-PSS,
so disable that test.  Per discussion at
https://marc.info/?l=libressl&m=174664225002441&w=2
they do intend to fix this, but it's a ways off yet.

Reported-by: Thomas Munro <thomas.munro@gmail.com>
Author: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+hUKG+fLqyweHqFSBcErueUVT0vDuSNWui-ySz3+d_APmq7dw@mail.gmail.com
Backpatch-through: 15

Files

PathChange+/−
src/test/ssl/t/002_scram.pl modified +7 −0

Discussion