Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert

From: Jacob Champion <jchampion(at)timescale(dot)com>
To: "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Magnus Hagander <magnus(at)hagander(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>, thomas(at)habets(dot)se, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Jelte Fennema <postgres(at)jeltef(dot)nl>
Subject: Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert
Date: 2023-03-14 19:20:21
Message-ID: CAAWbhmjYgit4J7+aNXgtOVQ5Ur9fZi7WJzEqdWF4isTBnuHBzQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 14, 2023 at 11:01 AM Gregory Stark (as CFM)
<stark(dot)cfm(at)gmail(dot)com> wrote:
> It does look like a rebase for meson.build would be helpful. I'm not
> marking it waiting on author just for meson.build conflicts but it
> would be perhaps more likely to be picked up by a committer if it's
> showing green in cfbot.

Rebased over yesterday's Meson changes in v8.

Thanks!
--Jacob

Attachment Content-Type Size
since-v7.diff.txt text/plain 1.2 KB
v8-0001-libpq-add-sslrootcert-system-to-use-default-CAs.patch text/x-patch 23.1 KB
v8-0002-libpq-force-sslmode-verify-full-for-system-CAs.patch text/x-patch 8.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-03-14 20:10:16 Re: [Proposal] Allow pg_dump to include all child tables with the root table
Previous Message Jacob Champion 2023-03-14 19:14:40 Re: [PoC] Let libpq reject unexpected authentication requests