pgsql: doc: Add note to ssl_group config on X25519 and FIPS

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note to ssl_group config on X25519 and FIPS
Date: 2026-02-16 14:38:41
Message-ID: E1vrzkG-0016yq-2w@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note to ssl_group config on X25519 and FIPS

The X25519 curve is not allowed when OpenSSL is configured for
FIPS mode, so add a note to the documentation that the default
setting must be altered for such setups.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/3521653.1770666093@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/db93988ab0e78396f2ed9e96c826ff988d12b9f2

Modified Files
--------------
doc/src/sgml/config.sgml | 9 +++++++++
1 file changed, 9 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-02-16 16:01:49 pgsql: Don't reset 'latest_page_number' when replaying multixid truncat
Previous Message Peter Eisentraut 2026-02-16 08:38:03 pgsql: Change remaining StaticAssertStmt() to StaticAssertDecl()