Hello,
> [OpenSSL 3.0 and Apache Subversion]
Subversion supports OpenSSL 3 if serf (it's http library dependency) or,
respectivey, httpd (for mod_dav_svn) are build against it:
$ ldd `which svn` | grep -E "lib(crypto|ssl)"
libssl.so.3 => /usr/lib64/libssl.so.3 (0x00007feeae680000)
libcrypto.so.3 => /usr/lib64/libcrypto.so.3 (0x00007feeae250000)
$ rpm -qf /usr/lib64/libssl.so.3 /usr/lib64/libcrypto.so.3
libopenssl3-3.0.8-2.4.x86_64
libopenssl3-3.0.8-2.4.x86_64
The Subversionn project does not distribute binaries, If you are using a binary
distribution please contact the vendor or distribution.
If you are looking for a patch to make serf work with OpenSSL 3 here is one:
https://build.opensuse.org/package/view_file/devel:libraries:c_c++/libserf/openssl3.patch
I can check if this is still needed. If not this may be easier for you. If not
serf might want to do a release.
There is no work planned because there is not needed, at least none that I am
aware of.
Andreas