Re: Refactoring SSL tests

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Refactoring SSL tests
Date: 2022-02-09 13:11:30
Message-ID: 4EB6673F-657E-419A-82B9-1D6327388003@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 8 Feb 2022, at 16:46, Andrew Dunstan <andrew(at)dunslane(dot)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/

Attachment Content-Type Size
v3-0001-ssl-test-refactoring.patch application/octet-stream 44.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-02-09 13:14:50 Re: Plug minor memleak in pg_dump
Previous Message Robert Haas 2022-02-09 13:01:41 Re: is the base backup protocol used by out-of-core tools?