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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove channel binding requirement from clientcert=verify-full t
Дата
Msg-id E1lUBNm-0000dq-MS@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Comment cleanup for a1115fa07.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add some information about authenticated identity via log_connec