Yes, the external crypto engine support will not work anymore for OpenSSL 3.x, needs probably more analysis from the mentioned author. Even if we would do the refactoring to the new methods, without access to test devices its difficult to verify.

About the random number generator topics, they are also deprecated in the OpenSSL 3.x as shown above. But as they were added just to work around for some limitation/bugs in OpenSSL 1.x, it probably make sense to try to deactivate them as well. Maybe they are not needed anymore.
If we still need them, we need probably refactor them to use the RAND_set_DRBG_type(3), EVP_RAND(3) and EVP_RAND(7) functions.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: <kamailio/kamailio/issues/3484/1597226952@github.com>