Re: Removing broken support for OpenSSL without ECDH

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Subject: Re: Removing broken support for OpenSSL without ECDH
Date: 2026-05-22 18:07:10
Message-ID: 26684.1779473230@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)se> writes:
> That being said, using OpenSSL without ECDH support sounds like an anti-feature
> and not something we want to re-introduce support for, so I propose just
> removing our useless guards as per the attached. There is clearly no need for
> backpatching, but I propose applying to master as it cleans up the code.

LGTM.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-05-22 23:23:00 Re: Fix pg_stat_wal_receiver to show CONNECTING status
Previous Message Daniel Gustafsson 2026-05-22 18:01:55 Removing broken support for OpenSSL without ECDH