Re: Crash with SSL renegotiations in 2.4.x branch

2018-10-18 Thread Michael Kaufmann
Backported in 1844223, will be part of 2.4.37. Thanks again! Rainer Great! Thanks a lot for proposing & backporting. Regards, Michael

Re: Crash with SSL renegotiations in 2.4.x branch

2018-10-18 Thread Rainer Jung
Am 18.10.2018 um 11:09 schrieb Rainer Jung: Hi Michael, Am 18.10.2018 um 09:39 schrieb Michael Kaufmann: Hi, there's a bug in the current 2.4.x branch of httpd which leads to crashes for SSL renegotiations. The variable "ctx" is always NULL in ssl_engine_kernel.c,

Re: Crash with SSL renegotiations in 2.4.x branch

2018-10-18 Thread Rainer Jung
Hi Michael, Am 18.10.2018 um 09:39 schrieb Michael Kaufmann: Hi, there's a bug in the current 2.4.x branch of httpd which leads to crashes for SSL renegotiations. The variable "ctx" is always NULL in ssl_engine_kernel.c, ssl_hook_Access_classic(), and it's used here: if (!(cert_store ||

Crash with SSL renegotiations in 2.4.x branch

2018-10-18 Thread Michael Kaufmann
Hi, there's a bug in the current 2.4.x branch of httpd which leads to crashes for SSL renegotiations. The variable "ctx" is always NULL in ssl_engine_kernel.c, ssl_hook_Access_classic(), and it's used here: if (!(cert_store || (cert_store = SSL_CTX_get_cert_store(ctx ... In