Re: PostgreSQL12 and older versions of OpenSSL

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL12 and older versions of OpenSSL
Date: 2019-09-27 00:37:26
Message-ID: 20190927003726.GB2078@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 26, 2019 at 04:43:33PM +0200, Peter Eisentraut wrote:
> On 2019-09-26 06:53, Michael Paquier wrote:
> > So I agree with the proposal to rely on the presence of
> > TLS_MAX_VERSION, and base our decision-making on that.
>
> But then there is this:
>
> commit 04cd70c6899c6b36517b2b07d7a12b2cceba1bef
> Author: Kurt Roeckx <kurt(at)roeckx(dot)be>
> Date: Tue Sep 18 22:17:14 2018
>
> Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION
>
> Fixes: #7183
>
> Reviewed-by: Matt Caswell <matt(at)openssl(dot)org>
> GH: #7260

Ouch. I missed that part, thanks! That's included as part of current
HEAD, so even 1.1.1 still has the flags.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2019-09-27 00:46:47 Re: shared-memory based stats collector
Previous Message Amit Kapila 2019-09-27 00:32:38 Re: range test for hash index?