pgsql: Skip RSA-PSS ssl test when using LibreSSL. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Skip RSA-PSS ssl test when using LibreSSL.
Date
Msg-id E1uDQb5-000wbN-2f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3007fee7f2924e76748e81d7fd86cdf24a98a520

Modified Files
--------------
src/test/ssl/t/002_scram.pl | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Put new options in consistent order on man pages
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 18 relnotes: fix missing parens for crc32c()