Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
Date
Msg-id 1C71E5C4-46BE-46B7-9884-310B25280B49@yesql.se
Whole thread Raw
In response to pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Disallow NO INHERIT not-null constraints on partitioned tables
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL