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

From: Mark Atwood <mark(at)reviewcommit(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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 20:09:04
Message-ID: 178596054454.1584162.1719725611285920811@reviewcommit.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Understood, and thanks for the pointer.

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.

Please disregard this thread. It also picked up a duplicate copy of 2/3.

--
Mark

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Atwood 2026-08-05 20:09:11 Use EVP_MAC for HMAC with OpenSSL 3.0 and later
Previous Message Matthias van de Meent 2026-08-05 20:01:10 Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements