pgpool: Update SSL hard coded DH parameters.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Update SSL hard coded DH parameters.
Date: 2026-05-06 07:14:23
Message-ID: E1wKWSd-0089YK-2T@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Update SSL hard coded DH parameters.

When ssl_dh_params_file is empty or is set to wrong one, a built-in
hard coded DH parameters is used. The current parameter was imported
from PostgreSQL. However, PostgreSQL updated it in 2019 in commit
8a810a177c80909b71e9fb3760a1d56ed988638a. This commit imports the
version.

While I'm at it, update the copyright year and adds PostgreSQL and the
University of California copyright as we imported it from PostgreSQL.

Since this is not a bug fix, pushed to only master branch.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bf7e2d86c6cb4bf462b8d1ffd1e101468e2ada18

Modified Files
--------------
src/include/utils/pool_ssl.h | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-05-06 07:26:34 pgpool: Fix description about ssl_dh_params_file.
Previous Message Tatsuo Ishii 2026-04-30 23:30:21 pgpool: Fix to send sync message to necessary backend node.