pgsql: Update hardcoded DH parameters to IANA standards - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Update hardcoded DH parameters to IANA standards
Date
Msg-id E1hjDMC-0001t4-1H@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Speed-up build of MCV lists with many distinct values
Next
From: Michael Paquier
Date:
Subject: pgsql: Add min() and max() aggregates for pg_lsn