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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot
Date: 2024-04-30 05:26:59
Message-ID: 1581212.1714454819@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Heikki Linnakangas <hlinnaka(at)iki(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-04-30 09:00:58 pgsql: Change the way ATExecMergePartitions() handles the name collisio
Previous Message Heikki Linnakangas 2024-04-30 05:26:28 pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL