Module: kamailio Branch: master Commit: 84002ae99524bdb2aba4c724a86074f88bea1ffe URL: https://github.com/kamailio/kamailio/commit/84002ae99524bdb2aba4c724a86074f88bea1ffe
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2019-04-15T08:46:56+02:00 modules: readme files regenerated - tls ... [skip ci] --- Modified: src/modules/tls/README --- Diff: https://github.com/kamailio/kamailio/commit/84002ae99524bdb2aba4c724a86074f88bea1ffe.diff Patch: https://github.com/kamailio/kamailio/commit/84002ae99524bdb2aba4c724a86074f88bea1ffe.patch --- diff --git a/src/modules/tls/README b/src/modules/tls/README index a94c179dac..4b724210cb 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -273,6 +273,10 @@ request_route { options, run kamailio -V and look for USE_TLS and TLS_HOOKS among the flags. + For OpenSSL (libssl) v1.1.x, it is required to preload + 'openssl_mutex_shared' library shipped by Kamailio. For more details + see 'src/modules/tls/openssl_mutex_shared/README.md'. + This module includes several workarounds for various Openssl bugs (like compression and Kerberos using the wrong memory allocations functions, low memory problems a.s.o). On startup it will try to enable the needed _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
