Re: Serverside SNI support in libpq

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Dewei Dai <daidewei1970(at)163(dot)com>, "li(dot)evan(dot)chao" <li(dot)evan(dot)chao(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Andres Freund <andres(at)anarazel(dot)de>, Pgsql Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Serverside SNI support in libpq
Date: 2026-03-12 14:36:00
Message-ID: A4CFF972-B404-4422-A9BF-E0E2797CCBF3@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 10 Mar 2026, at 14:11, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> The attached rebase adds a check, and testcase, for duplicated hostname entries
> in pg_hosts.conf and errors out in case a host is configured multiple times.

And another small update to SKIP the newly added tests on LibreSSL since they
use sslmode require which is only available in OpenSSL. No other changes to
the patchset in this version (apart from a freshly brewed rebase of course).

--
Daniel Gustafsson

Attachment Content-Type Size
v17-0002-ssl-Serverside-SNI-support-for-libpq.patch application/octet-stream 81.2 KB
v17-0001-ssl-Add-tests-for-client-CA.patch application/octet-stream 4.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2026-03-12 14:43:28 Re: index prefetching
Previous Message Ranier Vilela 2026-03-12 14:35:04 Re: Avoid multiple calls to memcpy (src/backend/access/index/genam.c)