pgsql: Don't listen to localhost in ssl_passphrase_callback test

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Don't listen to localhost in ssl_passphrase_callback test
Дата
Msg-id E1jHH9l-0003sA-A6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't listen to localhost in ssl_passphrase_callback test

Commit 896fcdb230 contained an unnecessary setting that listened to
localhost. Since the test doesn't actually try to make an SSL connection
to the database this isn't required. Moreover, it's a security hole.

Per gripe from Tom Lane.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e984fb341f293ab21c7d63897357ffca08280268

Modified Files
--------------
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Provide a TLS init hook
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Provide a TLS init hook