pgsql: doc: Add note to ssl_group config on X25519 and FIPS - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Add note to ssl_group config on X25519 and FIPS
Date
Msg-id E1vrzkG-0016yq-2w@gemulon.postgresql.org
Whole thread Raw
List 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@yesql.se>
Reported-by: Tom Lane <tgl@sss.pgh.pa.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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Change remaining StaticAssertStmt() to StaticAssertDecl()
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't reset 'latest_page_number' when replaying multixid truncat