[sr-dev] [kamailio/kamailio] OpenSSL 1.1.1 and HSM keys incoming patches (#2839)

aalba6675 notifications at github.com
Wed Sep 1 00:31:19 CEST 2021


Background:

Our current code running in child:

```C
                ENGINE_load_builtin_engines();
                OPENSSL_load_builtin_modules();
                if (strncmp(tls_engine_settings.engine_config.s, "NONE", 4)) {
                        err = CONF_modules_load_file(tls_engine_settings.engine_config.s, "kamailio", 0);
                        if (!err) {
                                LM_ERR("OpenSSL failed to load ENGINE configuration file: %*s\n", tls_engine_settings.engine_config.len, tls_engine_settings.engine_config.s);
                                goto error;
                        }
                }
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2839#issuecomment-909694477
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210831/cb875370/attachment-0001.htm>


More information about the sr-dev mailing list