Re: Experiments with Postgres and SSL

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Experiments with Postgres and SSL
Дата
Msg-id CAM-w4HP7ymHk8mrA8ZdcJSMXSx6hg+pHd6hUFrdup-awkjW=Ug@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Experiments with Postgres and SSL  (Greg Stark <stark@mit.edu>)
Ответы Re: Experiments with Postgres and SSL
Re: Experiments with Postgres and SSL
Список pgsql-hackers
Here's a first cut at ALPN support.

Currently it's using a hard coded "Postgres/3.0" protocol (hard coded
both in the client and the server...). And it's hard coded to be
required for direct connections and supported but not required for
regular connections.

IIRC I put a variable labeled a "GUC" but forgot to actually make it a
GUC. But I'm thinking of maybe removing that variable since I don't
see much of a use case for controlling this manually. I *think* ALPN
is supported by all the versions of OpenSSL we support.

The other patches are unchanged (modulo a free() that I missed in the
client before). They still have the semi-open issues I mentioned in
the previous email.




--
greg

Вложения

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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Commitfest 2023-03 starting tomorrow!
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Commitfest 2023-03 starting tomorrow!