Re: OpenSSL deprectation warnings in Postgres 10-13 - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: OpenSSL deprectation warnings in Postgres 10-13
Date
Msg-id 5A4FD772-EEEB-4C2C-8EB7-8F041577EE93@yesql.se
Whole thread Raw
In response to Re: OpenSSL deprectation warnings in Postgres 10-13  (Victor Wagner <vitus@wagner.pp.ru>)
List pgsql-hackers
>> It seems easier to just disable deprecation warnings if you don't
>> want to see them.
>
> As far as my understanding goes, "just disable deprication warning" it
> is what commit 4d3db13621be64fbac2faf does.

But as stated above, there is no set of supported versions defined so there is
definitive value we can set for OPENSSL_API_COMPAT in the backbranches.

> Real fix would be rewrite corresponding parts of code so they wouldn't
> use deprecated API. (as it was done with sha2 code in PostgreSQL 14.
> which doesn't use openssl version of sha2 at all).

That wouldn't help for 10-13 since that's a change unlikely to be back ported
into a stable release.

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: Frédéric Yhuel
Date:
Subject: Re: REINDEX blocks virtually any queries but some prepared queries.
Next
From: Masahiko Sawada
Date:
Subject: Re: Skipping logical replication transactions on subscriber side