[sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

Henning Westerholt notifications at github.com
Fri Jan 11 00:46:15 CET 2019


It seems this error is related to the FIPS support in the opensuse openssl 1.0.x.

- [bug ubuntu](https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1594748)
- [bug python](https://bugs.python.org/issue18227)

$ openssl version
OpenSSL 1.0.2j-fips  26 Sep 2016

[Link suse.com](https://www.suse.com/c/fipsified/)

So as already mentioned, it seems that the openssl version shipped with Opensuse 42.3 is not usable for the tls module. Funny fact, if you disable the FIPS mode, openssl actually aborts directly:

export OPENSSL_FORCE_FIPS_MODE="0"
$ LANG=C; openssl version -v
fips.c(139): OpenSSL internal error, assertion failed: FATAL FIPS SELFTEST FAILURE
Aborted (core dumped)

-- 
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/1797#issuecomment-453305163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190110/ec18091e/attachment.html>


More information about the sr-dev mailing list