Re: Serverside SNI support in libpq
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andres Freund <andres@anarazel.de>,
Jacob Champion <jacob.champion@enterprisedb.com>,
Pgsql Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-10T22:32:43Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
ssl: Serverside SNI support for libpq
- 4f433025f666 19 (unreleased) landed
-
ssl: Add tests for client CA
- 25e568ba7ce7 19 (unreleased) landed
Attachments
- v9-0001-Serverside-SNI-support-for-libpq.patch (application/octet-stream) patch v9-0001
Attached is a cleaned up rebase with improved memory handling, additional code documentation, removed passphrase test (sent as a separate thread), and some general cleanup and additional testing. -- Daniel Gustafsson