pgsql: Remove channel binding requirement from clientcert=verify-full t

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove channel binding requirement from clientcert=verify-full t
Date: 2021-04-07 16:50:22
Message-ID: E1lUBNm-0000dq-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove channel binding requirement from clientcert=verify-full test.

This fails on older OpenSSL versions that lack channel binding
support. Since that feature is not essential to this test case,
just remove it, instead of complicating matters. Per buildfarm.

Jacob Champion

Discussion: https://postgr.es/m/fa8dbbb58c20b1d1adf0082769f80d5466eaf485.camel@vmware.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a282ee68a070a8adc6e6d45e8e643769c587ecc3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-04-07 16:51:57 Re: pgsql: Add some information about authenticated identity via log_connec
Previous Message Tom Lane 2021-04-07 16:22:15 pgsql: Comment cleanup for a1115fa07.