Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
Дата
Msg-id 20191001001341.GA2781@paquier.xyz
обсуждение исходный текст
Ответ на Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
On Mon, Sep 30, 2019 at 11:08:20AM -0700, Jeff Davis wrote:
> On Mon, 2019-09-30 at 09:37 -0400, Tom Lane wrote:
>> The committed fix looks odd: isn't the number of executed tests the
>> same in both code paths?  (I didn't try it yet.)
>
> test_connect_fails actually runs two tests, one for the failing exit
> code and one for the error message.

Yes.  The committed code still works as I would expect.  With OpenSSL
<= 1.0.1, I get 10 tests, and 9 with OpenSSL >= 1.0.2.  You can check
the difference from test 5 "SCRAM with SSL and channel_binding=require".
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Hsu, John"
Дата:
Сообщение: Include RELKIND_TOASTVALUE in get_relkind_objtype
Следующее
От: Soumyadeep Chakraborty
Дата:
Сообщение: Re: Don't codegen deform code for virtual tuples in expr eval forscan fetch