Re: Refactoring SSL tests

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Refactoring SSL tests
Date: 2022-02-08 15:46:29
Message-ID: e9810f8f-b6b5-5e2c-eab0-199b3fae8be8@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2/8/22 09:24, Daniel Gustafsson wrote:
>
> The attached v2 takes a stab at fixing up the POD sections.

There a capitalization typo in SSL/Backend/OpenSSL.pm - looks like
that's my fault:

+  my $backend = SSL::backend::OpenSSL->new();

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.

cheers

andrew

--

Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-02-08 16:26:41 is the base backup protocol used by out-of-core tools?
Previous Message torikoshia 2022-02-08 15:12:50 Re: RFC: Logging plan of the running query