Re: Refactoring SSL tests - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Refactoring SSL tests
Date
Msg-id 4EB6673F-657E-419A-82B9-1D6327388003@yesql.se
Whole thread Raw
In response to Re: Refactoring SSL tests  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Refactoring SSL tests  (Andrew Dunstan <andrew@dunslane.net>)
List 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/


Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: is the base backup protocol used by out-of-core tools?
Next
From: Daniel Gustafsson
Date:
Subject: Re: Plug minor memleak in pg_dump