Re: Convert encrypted SSL test keys to PKCS#8 format

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jacob Champion <jchampion(at)timescale(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Convert encrypted SSL test keys to PKCS#8 format
Date: 2023-08-28 06:44:25
Message-ID: bdf8f5bc-ea45-687a-7a37-807ebbd4674f@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22.08.23 21:02, Jacob Champion wrote:
> On Tue, Aug 22, 2023 at 1:07 AM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> I have attached two patches, one to update the generation rules, and one
>> where I have converted the existing test files. (I didn't generate them
>> from scratch, so for example
>> src/test/modules/ssl_passphrase_callback/server.crt that corresponds to
>> one of the keys does not need to be updated.)
>
> Looks good from here. I don't have a FIPS setup right now, but the new
> files pass tests on OpenSSL 1.0.2u, 1.1.1v, 3.0.2-0ubuntu1.10, and
> LibreSSL 3.8. Tests continue to pass after a full clean and rebuild of
> the sslfiles.

Committed, thanks.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-08-28 06:45:39 Re: https://git.postgresql.org/git/postgresql.git/ fails
Previous Message Ashutosh Sharma 2023-08-28 06:20:45 Re: Return value of pg_promote()