The initial set of commits are in. Verification:
OpenSSL 3:
- after kamailio is started, gdb attach rank 0 PID, verify that
(gdb) p pthread_getspecific(err_thread_local)
# should be 0x0
OpenSSL 1.1.1:
- after kamailio is started, gdb attach rank 0 PID and a worker PID, verify that
# in rank 0 and worker rank these pointers should be different
(gdb) p ERR_get_state()
# in rank 0 these two values should be 0x0
(gdb) p pthread_getspecific(public_drbg)
(gdb) p pthread_getspecific(private_drbg)
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3695#issuecomment-1877195960
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3695/1877195960(a)github.com>