On Ubuntu we are currently preparing the transition to OpenSSL 4. During a test rebuild valkey failed to build with the error
tls.c: In function 'getCertFieldByName':
tls.c:699:5: error: 'X509_NAME_get_text_by_NID' is deprecated: Since OpenSSL 4.0 [-Werror=deprecated-declarations]
return X509_NAME_get_text_by_NID(subject, nid, out, outlen) > 0;
If there aren't any caveats or blockers the maintainers are aware of, I would offer working on this issue.
On Ubuntu we are currently preparing the transition to OpenSSL 4. During a test rebuild valkey failed to build with the error
Full build log: https://launchpadlibrarian.net/865288820/buildlog_ubuntu-stonking-amd64.valkey_9.0.4-0ubuntu2_BUILDING.txt.gz
If there aren't any caveats or blockers the maintainers are aware of, I would offer working on this issue.