OpenSSL 3.0.0 was released recently.
It should be fairly downward compatible, however we should ensure we are compatible to 3.0 once it gets widespread adoption, otherwise plugin execution might fail in the future. There is also a migration guide.
I expect linux distributions to ship both OpenSSL 1.x and 3.x in parallel, so this is probably not critically urgent.
:information_source: Recompiling against OpenSSL3 is basicly enough. Anyone wanting to use OpenSSLv3 currently just needs to build himself.
OpenSSL 3.0.0 was released recently. It should be fairly downward compatible, however we should ensure we are compatible to 3.0 once it gets widespread adoption, otherwise plugin execution might fail in the future. There is also a migration guide. I expect linux distributions to ship both OpenSSL 1.x and 3.x in parallel, so this is probably not critically urgent.
:information_source: Recompiling against OpenSSL3 is basicly enough. Anyone wanting to use OpenSSLv3 currently just needs to build himself.
Make build process use OpenSSLv3
Followup on #147