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
-
Avoid mixing custom and OpenSSL BIO functions
- 6f782a2a1738 18.0 landed
-
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
- c82207a548db 17.0 cited