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, view it on GitHub, or mute the thread.