Re: [PATCH] Avoid mixing custom and OpenSSL BIO functions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: David Benjamin <davidben@google.com>, Andres Freund <andres@anarazel.de>,
pgsql-hackers@lists.postgresql.org
Date: 2024-05-19T16:21:07Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > 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. Per the cfbot [1], this patch needs a rebase over the ALPN-related commits. It still isn't likely to get human attention before the July commitfest, but you can save some time by making sure it's in a reviewable state before that. regards, tom lane [1] http://commitfest.cputube.org/david-benjamin.html
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