OpenSSL doesn't have a global lock.
You could implement a single lock in the engine. Grab it immediately on
entry and release just before exit.
Pauli
On 11/11/21 8:24 am, Shariful Alam wrote:
Hello,
I understand this is a weird question. I have an OpenSSL engine only
for RSA. And I have apache installed that uses this OpenSSL engine for
the HTTPS connection.
I was wondering if it is possible to use a global lock with the
OpenSSL on mod_ssl call? So that, only one mod_ssl thread cal call the
engine at a time?
Thanks,
Shariful