[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Marat Gareev via sr-users
Thanks for your reply, Daniel. I'm not sure I understood you and Henning correctly. At the beginning I indicated that I was observing a problem during a stop > I encountered a problem stopping Kamailio with FIPS OpenSSL I stop service using systemd, so it is expected to see a shutdown_children c

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
The backtrace is from shutdown cleanup as pointed before, so it is not the one that caused the crash. To get more than one core file, so it is not going to have core file overwritten, you have to enable one core file per pid/process (or set core file name pattern), some hints at:  - https://www.k

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Marat Gareev via sr-users
Henning, I can't find anything else. But I caught one more segfault in the same scenario (stopping service)... Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7f3614f3c609 in init_thread_deregister.isra () from /lib64/libcrypto.so.3 Missing separate debuginfos, use: dnf debug

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Richard Chan via sr-users
Can you try with kamailio ... --atexit=no On Tue, 14 May 2024, 13:13 Marat Gareev via sr-users, < sr-users@lists.kamailio.org> wrote: > Hello again, > > I've updated Kamailio to 5.7.5, set tls_threads_mode=2 and got another > segfault: > > Program terminated with signal SIGSEGV, Segmentat

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Henning Westerholt via sr-users
Hello, this looks like a crash during the server shutdown (probably caused from another earlier issue). Can you look if you’ve got another coredump that maybe shows the actual reason? Cheers, Henning From: Marat Gareev Sent: Dienstag, 14. Mai 2024 13:47 To: Henning Westerholt Cc: Kamailio (

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Juha Heinanen via sr-users
Daniel-Constantin Mierla writes: > I actually replied on you initial email at that time, saying that is > interesting to add it. My previous email was a follow up of that email. OK, looks like I missed it. Will prepare PR. -- Juha __ Kamai

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
On 14.05.24 13:01, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> are you still planning to add this patch to the repo? > Based on non-existing comments, looks like I'm the only one interested. > So it is not worth to create a PR. I actually replied on you initial email at that ti

[SR-Users] Re: TLS module crashes with FIPS OpenSSL

2024-05-14 Thread Marat Gareev via sr-users
Hello again, I've updated Kamailio to 5.7.5, set tls_threads_mode=2 and got another segfault: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7f26bb352efd in __strlen_avx2 () from /lib64/libc.so.6 Missing separate debuginfos, use: dnf debuginfo-install kamailio-5.7.5-4817.x8

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Henning Westerholt via sr-users
Hello, I probably missed that feedback was expected. I would be interested in this functionality in git master. Cheers, Henning > -Original Message- > From: Juha Heinanen via sr-users > Sent: Dienstag, 14. Mai 2024 13:01 > To: mico...@gmail.com > Cc: Kamailio (SER) - Users Mailing Lis

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Juha Heinanen via sr-users
Daniel-Constantin Mierla writes: > are you still planning to add this patch to the repo? Based on non-existing comments, looks like I'm the only one interested. So it is not worth to create a PR. -- Juha __ Kamailio - Users Mailing List -

[SR-Users] Re: 302 Message Handling

2024-05-14 Thread Alex Balashov via sr-users
Hi,This and related PVs may assist you in your quest:Pseudo-Variables - Kamailio Wiki Documentationkamailio.org-- Alex—Sent from mobile, apologies for brevity and errors.On May 13, 2024, at 7:42 PM, tfayomi--- via sr-users wrote:Hi All,I'm having trouble understanding/finding resources on how to

[SR-Users] Re: dynamic selection of authentication algorithm

2024-05-14 Thread Daniel-Constantin Mierla via sr-users
Hello, are you still planning to add this patch to the repo? Cheers, Daniel On 28.04.24 23:10, Daniel-Constantin Mierla wrote: > Hello, > > it is an acceptable variant, you can go ahead and push the commit and > docs for the new function. > > Later over the time, I might look at adding also a pa