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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.