Re: Adding support for SSLKEYLOGFILE in the frontend
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Abhishek Chanda <abhishek.becs@gmail.com>
Cc: Jacob Champion <jacob.champion@enterprisedb.com>,
Tom Lane <tgl@sss.pgh.pa.us>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-03-05T17:21:40Z
Lists: pgsql-hackers
Attachments
- v8-0002-Review-fixups.patch (application/octet-stream) patch v8-0002
- v8-0001-Add-support-for-dumping-SSL-keylog-to-a-file.patch (application/octet-stream) patch v8-0001
> On 3 Mar 2025, at 16:23, Daniel Gustafsson <daniel@yesql.se> wrote: > The attached 0002 also contains documentation touchups and comments etc. 0001 > is your patch from v6. I managed to misunderstand skip blocks in TAP tests in the 0002, so the attached version fixes that. It has been failing on Debian in CI which I have yet to look into. -- Daniel Gustafsson
Commits
-
Fix sslkeylogfile error handling logging
- a6c0bf93031d 19 (unreleased) landed
- 39f01083facd 18.0 landed
-
Mark sslkeylogfile as Debug option
- 2970c75dd982 18.0 landed
-
libpq: Add support for dumping SSL key material to file
- 2da74d8d6400 18.0 landed