Re: Fetch channel binding digest explicitly 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 channel binding digest explicitly with OpenSSL 3.0 and later
Date: 2026-08-14 00:10:44
Message-ID: an5dBJFVNT7KD6xz@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 13, 2026 at 10:06:19AM +0900, Michael Paquier wrote:
> As this part was itching me, I have taken a shot at simplifying the
> patch, and it looks much better once adapted among these lines. The
> EVP_MD_free() feel slightly annoying, but they're isolated enough that
> they don't matter to me. A second thing is the const marker for
> EVP_MD, which avoids some casts or some unconstify(). At the end that
> feels like the best thing to do.

And applied this one as 28995f051e72, which should be the last piece..
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-08-14 00:11:47 Re: LibreSSL and OpenSSL separation in libpq to support 1.1.1 deprecation
Previous Message Bharath Rupireddy 2026-08-13 23:30:00 Re: Report index currently being vacuumed in pg_stat_progress_vacuum