Re: Replace current implementations in crypt() and gen_salt() to OpenSSL - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
Date
Msg-id 37FC087E-B41A-41D0-96FA-2FF67575208D@yesql.se
Whole thread Raw
In response to Re: Replace current implementations in crypt() and gen_salt() to OpenSSL  (Joe Conway <mail@joeconway.com>)
Responses Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
List pgsql-hackers
> On 23 Nov 2024, at 17:13, Joe Conway <mail@joeconway.com> wrote:

> I do wonder if the GUC should be PGC_POSTMASTER (as I had suggested it ought to be in an earlier post) rather than
PGC_SUSET(which was the way my posted patch had it). But perhaps PGC_SUSET is sufficient, and it makes testing easier. 

I copied PGC_SUSET from your patch, since I think it seems sufficient for this.

> One other question this spawned -- do we document the minimum supported version of OpenSSL anywhere? I remembered it
hadrecently been increased, but could only find confirmation in the git logs that 1.1.1 was now the minimum. 

It's documented under installation requirements in the docs, where the 17 docs
currently state 1.0.2 as the minimum:

    https://www.postgresql.org/docs/devel/install-requirements.html

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
Next
From: "David G. Johnston"
Date:
Subject: Re: Missing INFO on client_min_messages