@xkaraman : in the unshared case `load_private_key()` goes through each `SSL_CTX` (per
proc) to add the private key.
In the shared case is this unnecessary work? IOW, add the private key for `d->ctx[i], i
= 0`; no need to call `SSL_CTX_use_PrivateKey` on `d->ctx[i], i > 0` since they are
all the same ?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3972#issuecomment-2342687231
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3972/c2342687231(a)github.com>