Re: [PATCH v1 0/3] Route crypto through the OpenSSL 3 provider API

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Mark Atwood <mark(at)reviewcommit(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH v1 0/3] Route crypto through the OpenSSL 3 provider API
Date: 2026-08-05 22:12:20
Message-ID: anO1REfHLocu0eRe@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 05, 2026 at 01:09:04PM -0700, Mark Atwood wrote:
> I am reposting the three patches as three separate threads, each with the patch
> attached:
>
> - Use EVP_MAC for HMAC with OpenSSL 3.0 and later
> - Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later
> - Fetch the channel binding digest explicitly with OpenSSL 3.0 and later
>
> They touch disjoint files and each applies to master on its own, so there is no
> ordering dependency and they can be reviewed and committed independently.

Thanks for doing a clean split, Mark!
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Matheus Alcantara 2026-08-05 21:33:15 Re: postgres_fdw: Use COPY to speed up batch inserts