Re: [PATCH] Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: David Benjamin <davidben@google.com>,
Tom Lane <tgl@sss.pgh.pa.us>,
Andres Freund <andres@anarazel.de>,
pgsql-hackers@lists.postgresql.org
Date: 2024-05-19T20:32:45Z
Lists: pgsql-hackers
> On 19 May 2024, at 22:21, Peter Eisentraut <peter@eisentraut.org> wrote: > Whoever commits these should be sure to coordinate this. Thanks for the reminder. I have this patchset, the OCSP stapling patchset and the multiple-cert one on my radar for when I do the 1.1.0 removal work in the July CF. Will do another scan for SSL related patches in flight at the time. -- 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