Re: Document when ssl_prefer_server_ciphers went in
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-07-04T10:17:38Z
Lists: pgsql-docs
> On 3 Jul 2024, at 11:49, Peter Eisentraut <peter@eisentraut.org> wrote: > > On 03.07.24 11:23, Daniel Gustafsson wrote: >> In the documentation for ssl_prefer_server_ciphers we only say it's not in >> "older version" but we omit to specify it further. Since it's a fairly >> important setting for security I think it makes sense to add the version to >> help users, as in the small attached diff (which also adds proper markup in the >> paragraph while in there). > > Looks reasonable to me. Thanks, pushed with the wording suggested to Tom downthread. > Would it make sense to remove the setting altogether? I wouldn't be opposed to it, I can't think of any legitimate usecase for it outside of testing (it's very similar to ssl_max_protocol_version in that sense). On the other hand, it's very little code to carry and removing it would cause churn for anyone who has it in their configuration management system for provisioning. Maybe it would make sense to remove it from the sample config? -- Daniel Gustafsson
Commits
-
doc: Specify when ssl_prefer_server_ciphers was added
- 1c9acb14ae0c 17.0 landed
- fbe039fa61de 13.16 landed
- f699ce85771c 14.13 landed
- ab0ae6432062 18.0 landed
- 678b5455830c 16.4 landed
- 65b51c75415d 12.20 landed
- 0e3df0e3c96c 15.8 landed