pgsql: Hack one ssl test case to pass with current LibreSSL. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Hack one ssl test case to pass with current LibreSSL.
Date
Msg-id E1uDQb5-000wbF-2V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Hack one ssl test case to pass with current LibreSSL.

With LibreSSL, our test of error logging for cert chain depths > 0
reports the wrong certificate.  This is almost certainly their bug
not ours, so just tweak the test to accept their answer.

No back-patch needed, since this test case wasn't enabled before
e0f373ee4.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75d73331d0146871c846e849be626cb220e7e013

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


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()