Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
Дата
Msg-id 1C71E5C4-46BE-46B7-9884-310B25280B49@yesql.se
обсуждение исходный текст
Ответ на pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Ответы Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
Список pgsql-committers
> On 30 Apr 2024, at 07:26, Heikki Linnakangas <heikki.linnakangas@iki.fi> wrote:

> Fix compilation on OpenSSL 1.0.2 and LibreSSL
>
> SSL_AD_NO_APPLICATION_PROTOCOL was introduced in OpenSSL 1.1.0.

+        * https://github.com/openssl/openssl/issues/24300.  This is available in
+        * OpenSSL 1.1.0 and later, but as of this writing not in LibreSSL.

I'm a bit confused, as far as I can tell this has been in LibreSSL since the
OpenBSD 6.9 release.

https://github.com/openbsd/src/blob/master/lib/libssl/ssl_tlsext.c#L130

Or am I missing something?

--
Daniel Gustafsson




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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Disallow NO INHERIT not-null constraints on partitioned tables
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL