Hello,

Apache HTTP Version: 2.4.57

In our Org, we are currently in the process of upgrading OpenSSL
version to 3.1.6 and httpd is being run as a multi-threaded process.

Occasionally we are seeing crashes with backtrace in the OpenSSL code,
usually related to double-freeing of OpenSSL structures. From our
communications with OpenSSL devs, it is due to multiple threads
accessing/modifying non-thread-safe structures in OpenSSL library. As
per them, the onus is on the application to ensure thread safety.

Are we aware of any such issue with multi-threading with the latest
version of OpenSSL 3.x?
Is there any additional config changes required in the Apache code to
support it?

Thank you for your time,
smrai

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to