Re: [PATCH] Avoid mixing custom and OpenSSL BIO functions
David Benjamin <davidben@google.com>
From: David Benjamin <davidben@google.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Daniel Gustafsson <daniel@yesql.se>, Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2024-05-19T18:07:22Z
Lists: pgsql-hackers
Attachments
- avoid-mixing-custom-and-openssl-bios-v3.patch (text/x-patch) patch v3
On Sun, May 19, 2024 at 12:21 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > 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. > Rebased version attached. (The conflict was pretty trivial. Both patches add a field to some struct.) David
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