Re: Add support to TLS 1.3 cipher suites and curves lists

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Add support to TLS 1.3 cipher suites and curves lists
Дата
Msg-id 9DE8B790-D3F7-4AC9-B648-3E2F49974B60@yesql.se
обсуждение исходный текст
Ответ на Re: Add support to TLS 1.3 cipher suites and curves lists  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Add support to TLS 1.3 cipher suites and curves lists
Список pgsql-hackers
> On 11 Jul 2024, at 23:16, Peter Eisentraut <peter@eisentraut.org> wrote:

> It would be worth checking the discussion at
<https://www.postgresql.org/message-id/flat/79692bf9-17d3-41e6-b9c9-fc8c3944222a@eisentraut.org>about
strtok()/strtok_r()issues.  First, for list parsing, it sometimes gives the wrong semantics, which I think might apply
here. Maybe it's worth comparing this with the semantics that OpenSSL provides natively. And second, strtok_r() is not
availableon Windows without the workaround provided in that thread. 
>
> I'm doubtful that it's worth replicating all this list parsing logic instead of just letting OpenSSL do it.  This is
avery marginal feature after all. 

The original author added the string parsing in order to provide a good error
message in case of an error in the list, and since that seemed like a nice idea
I kept in my review revision.  With what you said above I agree it's not worth
the extra complexity it brings so the attached revision removes it.

--
Daniel Gustafsson


Вложения

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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Restart pg_usleep when interrupted
Следующее
От: Sami Imseih
Дата:
Сообщение: Re: Restart pg_usleep when interrupted