pgsql: Update hardcoded DH parameters to IANA standards

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update hardcoded DH parameters to IANA standards
Date: 2019-07-05 01:49:48
Message-ID: E1hjDMC-0001t4-1H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update hardcoded DH parameters to IANA standards

The source defining the current fallback and hardcoded DH parameters
has disappeared from the web a long time ago, and RFC 3526 defines the
most current Diffie-Hellman MODP groups, so update to those new values.

Author: Daniel Gustafsson
Reviewed-by: Peter Eisentraut, Michael Paquier
Discussion: https://postgr.es/m/5E60AC9A-CB10-4851-9EF2-7209490A164C@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a810a177c80909b71e9fb3760a1d56ed988638a

Modified Files
--------------
src/include/libpq/libpq-be.h | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-07-05 03:21:31 pgsql: Add min() and max() aggregates for pg_lsn
Previous Message Tomas Vondra 2019-07-05 01:06:08 pgsql: Fix pg_mcv_list_items() to produce text[]