Re: Setting min/max TLS protocol in clientside libpq
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, cary huang <hcary328@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-01-29T06:23:06Z
Lists: pgsql-hackers
On Tue, Jan 28, 2020 at 11:29:39AM +0100, Daniel Gustafsson wrote: > You don't really qualify as the target audience for basic, yet not always > universally known/understood, sections in the documentation though =) Likely I don't. > I've heard enough complaints that it's complicated to set up that I > think we need to make the docs more digestable, but if noone else > +1's then lets drop it. Sure. Now I am pretty sure that we would need a bit more than just saying that the SSL protocol is negotiated between the backend and libpq if we add a new section. -- Michael
Commits
-
Rename connection parameters to control min/max SSL protocol version in libpq
- 401aad67045b 13.0 landed
-
Add connection parameters to control SSL protocol min/max in libpq
- ff8ca5fadd81 13.0 landed
-
Move OpenSSL routines for min/max protocol setting to src/common/
- f7cd5896a696 13.0 landed