Re: [PATCH] Avoid mixing custom and OpenSSL BIO functions

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: David Benjamin <davidben@google.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2024-04-19T13:17:10Z
Lists: pgsql-hackers
> On 19 Apr 2024, at 15:13, David Benjamin <davidben@google.com> wrote:
> 
> Circling back here, anything else needed from my end on this patch?

Patience mostly, v17 very recently entered feature freeze so a lof of the
developers are busy finding and fixing bugs to stabilize the release.  When the
window for new features opens again I am sure this patch will get reviews (I
have it on my personal TODO and hope to get to it).

--
Daniel Gustafsson




Commits

  1. Avoid mixing custom and OpenSSL BIO functions

  2. Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.