[sr-dev] [kamailio/kamailio] Kamailio 5.2.3 on Buster - Segmentation fault in libcrypto.so.1.1 (#2077)

Daniel-Constantin Mierla notifications at github.com
Tue Oct 1 23:14:36 CEST 2019


The crash seems to be in the default random bytes generator shipped with libssl 1.1.x, which can be caused by the changes for thread-safe-only-approach of libssl 1.1.x.

I pushed a commit in master branch to be able to set a different random bytes generator - a basic one for now, but should help to confirm if that is the issue.

Can you test with master branch? You must set the following modparam for tls module:

modparam("tls", "rand_engine", "krand")

The parameter is not yet documented in the readme of tls, the above is the only valid option to set a custom random bytes generator.

-- 
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/2077#issuecomment-537233530
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20191001/7ddeb980/attachment.html>


More information about the sr-dev mailing list