Re: Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later

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: Fetch digests explicitly for cryptohash with OpenSSL 3.0 and later
Date: 2026-08-10 00:14:51
Message-ID: ankX-7WwTzx6d0Fe@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 07, 2026 at 04:50:59PM +0900, Michael Paquier wrote:
> The code your agent has generated (because it's AI-generated) is not
> really in line with the usual PostgreSQL format. The doc addition
> does not bring much: the stance about MD5 and FIPS was already true:
> we blocked MD5 computations in cryptohash_openssl.c before this
> change, it's still the case after this change.
>
> I have tested the attached with 3.5 (version installed on my system),
> and some custom 3.0 and 1.1.1 (not interesting, legacy API) builds,
> and that seems to work fine.

And applied this one on HEAD. I am looking at your two other
submissions, while on it. These also need a few edits..
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2026-08-10 00:53:20 Re: 2026-08-13 release announcement draft
Previous Message Michael Paquier 2026-08-10 00:08:40 Re: Support for 8-byte TOAST values, round two