Re: Refactoring SSL tests

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Refactoring SSL tests
Дата
Msg-id 4EB6673F-657E-419A-82B9-1D6327388003@yesql.se
обсуждение исходный текст
Ответ на Re: Refactoring SSL tests  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Refactoring SSL tests  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> On 8 Feb 2022, at 16:46, Andrew Dunstan <andrew@dunslane.net> wrote:

> There a capitalization typo in SSL/Backend/OpenSSL.pm - looks like
> that's my fault:
> 
> +  my $backend = SSL::backend::OpenSSL->new();

Fixed.

> Also, I think we should document that SSL::Server::new() takes an
> optional flavor parameter, in the absence of which it uses
> $ENV{with_ssl}, and that 'openssl' is the only currently supported value.

Good point, done in the attached.

--
Daniel Gustafsson        https://vmware.com/


Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: is the base backup protocol used by out-of-core tools?
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Plug minor memleak in pg_dump