Re: Support for NSS as a libpq TLS backend

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: Support for NSS as a libpq TLS backend
Date: 2020-07-03 11:51:28
Message-ID: B0C862B8-198D-453E-8E10-2A18CE2B9B3A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 25 Jun 2020, at 17:39, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
>> On 15 May 2020, at 22:46, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
>> The 0001 patch contains the full NSS support, and 0002 is a fix for the pgstat
>> abstraction which IMO leaks backend implementation details. This needs to go
>> on it's own thread, but since 0001 fails without it I've included it here for
>> simplicity sake for now.
>
> The attached 0001 and 0002 are the same patchseries as before, but with the
> OpenSSL test module fixed and a rebase on top of the current master.

Another rebase to resolve conflicts with the recent fixes in the SSL tests, as
well as some minor cleanup.

cheers ./daniel

Attachment Content-Type Size
0002-Make-pg_stat_ssl-reporting-backend-agnostic-v3.patch application/octet-stream 1.2 KB
0001-WIP-Support-libnss-for-as-TLS-backend-v3.patch application/octet-stream 130.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2020-07-03 11:55:44 Re: estimation problems for DISTINCT ON with FDW
Previous Message Masahiko Sawada 2020-07-03 11:48:00 Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum