Re: ssl_library parameter

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ssl_library parameter
Дата
Msg-id 22564.1530028120@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ssl_library parameter  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: ssl_library parameter  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Moser
Дата:
Сообщение: Re: Unexpected behavior of DROP VIEW/TABLE IF EXISTS
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Unexpected behavior of DROP VIEW/TABLE IF EXISTS