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

2019-01-17 Thread Daniel-Constantin Mierla
Closed #1797. -- 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#event-2080399611___ Kamailio (SER) - Development Mailing List

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

2019-01-17 Thread Daniel-Constantin Mierla
Closing this one, not being something that can be done in Kamailio. However, if someone finds an workaround for doing something inside kamailio, just make a pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-10 Thread Henning Westerholt
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

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

2019-01-10 Thread Henning Westerholt
Old [mail thread](https://lists.kamailio.org/pipermail/sr-users/2013-August/079407.html) from 2013 with a test program: ``` #include #include static void *myMalloc( size_t s ) { return NULL; } static void *myRealloc( void *p, size_t s ) { return NULL; } static void myFree( void *p ) {} int

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

2019-01-09 Thread sergey-safarov
I use "Alpine edge" dist with openssl and kamailio versions described above. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-09 Thread com4bizz
> OpenSSL 1.1.1a > I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a > If info about 5.1 branch acceptable for you. Sergey, did you compile the tls module against libopenssl-1.1.1 ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

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

2019-01-09 Thread com4bizz
> I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a > If info about 5.1 branch acceptable for you. Will test it, thank you :-) On other hand I see OpenSUSE Leap 15 comes with: - libopenssl1_0_0-1.0.2n-lp150.1.25 - libopenssl1_1-1.1.0h-lp150.2.1 The tls module is compiled against: -

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

2019-01-09 Thread sergey-safarov
I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a If info about 5.1 branch acceptable for you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-09 Thread com4bizz
As I see this issue mets a lot of different versions of OpenSSL / Kamailio TLS module Does anyone knows which versions of OpenSSL are compatible with Kamailio 5.0.x? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-08 Thread Daniel-Constantin Mierla
There were some versions of openssl that had a bug in setting custom memory management functions. It was discussed on sr-users mailing list as well as in the issue: * https://github.com/kamailio/kamailio/issues/714 -- You are receiving this because you are subscribed to this thread. Reply

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

2019-01-08 Thread Henning Westerholt
I was able to reproduce this on opensuse 42.3 with the default kamailio cfg. $ ./kamailio -f ../etc/kamailio.cfg -E -e -L modules -Y /tmp/ -AWITH_TLS -AWITH_DEBUG 0(12645) ERROR: tls [tls_init.c:601]: tls_pre_init(): Unable to set the memory allocation functions 0(12645) ERROR: tls

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

2019-01-08 Thread Henning Westerholt
This is probably something related opensuse leap 15.0 (if this matches the earlier email on sr-users). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-08 Thread sergey-safarov
Are you tested on reference kamailio config or used custom config? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-01-08 Thread com4bizz
ERROR: tls [tls_init.c:601]: tls_pre_init(): Unable to set the memory allocation functions This error comes with 5.0x - 5.2x and maybe in earlyer versions too. Tried OpenSSL 1.0, and 1.1 with same result... -- You are receiving this because you are subscribed to this thread. Reply to this