Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot
Date
Msg-id 1581212.1714454819@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-committers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> On 30/04/2024 02:32, Tom Lane wrote:
>> A moderately large fraction of the buildfarm doesn't seem to
>> recognize SSL_AD_NO_APPLICATION_PROTOCOL.

> *sigh*. I checked that it exists on OpenSSL 1.1.1, but according to 
> buildfarm it's not present on OpenSSL 1.0.2 or LibreSSL. I'll add an 
> #ifdef guard. OpenSSL 1.0.2 support is about to be removed from master, 
> and, and we can live with a a poor error message on LibreSSL. It's not 
> something that users should normally hit.

WFM.  Thanks!

            regards, tom lane



pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Document the way partition MERGE/SPLIT operations create new par