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>, pgsql-hackers@lists.postgresql.org
Date: 2020-01-17T01:09:54Z
Lists: pgsql-hackers
On Thu, Jan 16, 2020 at 09:56:01AM +0100, Daniel Gustafsson wrote: > The patch looks fine to me, I don't an issue with splitting it into a > refactoring patch and a TLS min/max version patch. Thanks, committed the refactoring part then. If the buildfarm breaks for a reason or another, the window to look at is narrower than if we had the full set of changes, and the git history is cleaner. I noticed as well a compilation warning when compiling with OpenSSL 1.0.2 from protocol_openssl.c because of missing declarations of the two routines because the header declaration was incorrect. Could you please rebase and fix the remaining pieces of the patch? -- 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