Module: kamailio Branch: master Commit: 238ef139bfbe145fb93e5c4b0730de58040d2265 URL: https://github.com/kamailio/kamailio/commit/238ef139bfbe145fb93e5c4b0730de58...
Author: Anthony Alba ascanio.alba7@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-09-06T10:33:13+02:00
tls: fix OpenSSL engine in child processes
tls_init.c calls OPENSSL_init_ssl(); this initializes the global engine linked-list and this cannot be reset in the child.
To avoid linked-list corruption we manually instantiate the engine object required for loading private keys instead of relying on CONF_modules_load_file().
Updates to doc/.
Addresses #2839
---
Modified: src/modules/tls/doc/hsm_howto.xml Modified: src/modules/tls/tls_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/238ef139bfbe145fb93e5c4b0730de58... Patch: https://github.com/kamailio/kamailio/commit/238ef139bfbe145fb93e5c4b0730de58...