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: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, cary huang <hcary328@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-04-27T05:45:50Z
Lists: pgsql-hackers
On Sun, Apr 26, 2020 at 11:20:01PM +0200, Daniel Gustafsson wrote: > That was the preferred name by Michael too elsewhere in the thread, so went > ahead and made it so. Thanks Daniel. >> I would, however, prefer to also rename the internal symbols. > > Done in the attached v2. What you have here looks fine to me. Peter, what do you think? -- 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