Module: kamailio Branch: master Commit: 331aa5753beccd3ddb241219cf1988a506fa2de3 URL: https://github.com/kamailio/kamailio/commit/331aa5753beccd3ddb241219cf1988a5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-01-25T08:26:09+01:00
tls: update docs for init_mode with details about fork prepare option
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/331aa5753beccd3ddb241219cf1988a5... Patch: https://github.com/kamailio/kamailio/commit/331aa5753beccd3ddb241219cf1988a5...
---
diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml index 49f1d1f85f..d90157ca24 100644 --- a/src/modules/tls/doc/params.xml +++ b/src/modules/tls/doc/params.xml @@ -1037,13 +1037,20 @@ modparam("tls", "renegotiation", 1) <para> Allow setting flags that control how the module is initialized and works at runtime. Many flags (bits) can be set at the same time (set the - parameter to the sum of corresponding values). + parameter to the sum of corresponding values). The flags are refered + with 0-indexing. </para> <para> - If flag (bit) 1 is set (value 1), the memory management operations registered for TLS are - wapped within a pthread mutex lock. It can be useful with newer versions - of libssl and libcrypto, which have a more pthread multi-threading oriented - design. + If flag (bit) at index 0 is set (value 1), the memory management operations + registered for TLS are wapped within a pthread mutex lock. It can be useful + with newer versions of libssl and libcrypto, which have a more pthread + multi-threading oriented design. + </para> + <para> + If flag (bit) at index 1 is set (value 2), the module executes openssl fork + prepare API functions (see + <ulink url="https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_fork_prepare.html">https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_fork_prepare.html</ulink>). It is done only for openssl version greater or equal + with 1.1.1. </para> <para> Default value is 0.