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

From Tom Lane
Subject pgsql: Remove channel binding requirement from clientcert=verify-full t
Date
Msg-id E1lUBNm-0000dq-MS@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Comment cleanup for a1115fa07.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add some information about authenticated identity via log_connec