Re: Support for NSS as a libpq TLS backend
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Stephen Frost <sfrost@snowman.net>
Date: 2020-07-15T22:16:26Z
Lists: pgsql-hackers
Attachments
- 0001-WIP-Support-libnss-for-as-TLS-backend-v4.patch (application/octet-stream) patch v4-0001
> On 12 Jul 2020, at 00:03, Daniel Gustafsson <daniel@yesql.se> wrote: > Thanks for taking a look at the patch, I'll fix up the reported issues Monday > at the latest. A bit of life intervened, but attached is a new version of the patch which should work for OpenSSL builds, and have the other issues addressed as well. I took the opportunity to clean up the NSS tests to be more like the OpenSSL ones to lessen the impact on the TAP testcases. On my Debian box, using the standard NSS and NSPR packages, I get 6 failures which are essentially all around CRL handling. I'm going to circle back and look at what is missing there. This version also removes the required patch for statistics reporting as that has been committed in 6a5c750f3f72899f4f982f921d5bf5665f55651e. cheers ./daniel
Commits
-
Add tab-completion for CREATE FOREIGN TABLE.
- 74527c3e022d 15.0 cited
-
Add tap tests for the schema publications.
- 6b0f6f79eef2 15.0 cited
-
Move Perl test modules to a better namespace
- b3b4d8e68ae8 15.0 cited
-
Adjust configure to insist on Perl version >= 5.8.3.
- 92e6a98c3636 15.0 cited
-
Simplify code related to compilation of SSL and OpenSSL
- 092b785fad3d 14.0 landed
-
Introduce --with-ssl={openssl} as a configure option
- fe61df7f82aa 14.0 landed
-
Implement support for bulk inserts in postgres_fdw
- b663a4136331 14.0 cited
-
Fix redundant error messages in client tools
- 6be725e70161 14.0 cited
-
doc: Apply more consistently <productname> markup for OpenSSL
- 089da3c4778f 14.0 landed
-
Check ssl_in_use flag when reporting statistics
- 6a5c750f3f72 14.0 cited