Re: ssl_library parameter - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ssl_library parameter
Date
Msg-id 22564.1530028120@sss.pgh.pa.us
Whole thread Raw
In response to ssl_library parameter  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: ssl_library parameter
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> Extracted from the GnuTLS thread/patch, here is a patch to add a
> server-side read-only parameter ssl_library, which currently reports
> either 'OpenSSL' or an empty string, depending on what SSL library was
> built with.  This is analogous to the libpq function call
> PQsslAttribute(conn, "library"), but there was no equivalent
> functionality on the server side.

(1) I'm not really clear why we need this.  GUC variables aren't free.

(2) Are there security issues with exposing this info to everybody?

            regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Moser
Date:
Subject: Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS
Next
From: "David G. Johnston"
Date:
Subject: Unexpected behavior of DROP VIEW/TABLE IF EXISTS