Re: Support for NSS as a libpq TLS backend
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Stephen Frost <sfrost@snowman.net>
Cc: Daniel Gustafsson <daniel@yesql.se>, Robert Haas <robertmhaas@gmail.com>, Julien Rouhaud <rjuju123@gmail.com>, Jacob Champion <pchampion@vmware.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "hlinnaka@iki.fi" <hlinnaka@iki.fi>, "andrew.dunstan@2ndquadrant.com" <andrew.dunstan@2ndquadrant.com>, "michael@paquier.xyz" <michael@paquier.xyz>, "thomas.munro@gmail.com" <thomas.munro@gmail.com>
Date: 2022-02-01T21:52:09Z
Lists: pgsql-hackers
Hi, On 2022-02-01 15:12:28 -0500, Stephen Frost wrote: > The concern about the documentation not being easily available is > certainly something to consider. I remember in prior reviews not having > that much difficulty looking up documentation for functions I've definitely several times in the course of this thread asked for documentation about specific bits and there was none. And not just recently. > All that said, while have documentation on the web is nice and all, it > seems to still be in the source, at least when I grabbed NSPR locally > with apt-get source and looked at PR_Recv, I found: What I'm most concerned about is less the way individual functions work, and more a bit higher level things. Like e.g. about not being allowed to fork. Which has significant design implications given postgres' process model... I think some documentation has been re-uploaded in the last few days. I recall the content around https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS being gone too, last time I checked. > So, it's not the case that the documentation is completely gone and > utterly unavailable to those who are interested in it, it's just in the > source rather than being on a nicely formatted webpage. One can find it > on the web too, naturally: > https://github.com/thespooler/nspr/blob/29ba433ebceda269d2b0885176b7f8cd4c5c2c52/pr/include/prio.h#L1424 > (no idea what version that is, just found a random github repo with it, > but wouldn't be hard to import the latest version). It's last been updated 2015... There's https://hg.mozilla.org/projects/nspr/file/tip/pr/src - which is I think the upstream source. A project without even a bare-minimal README at the root does have a "internal only" feel to it... Greetings, Andres Freund
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