Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Yann Ylavic
On Mon, Mar 23, 2020 at 4:21 PM Rainer Jung wrote: > > Thanks for the feedback. Proposed for 2.4.x a minute ago. Thanks Rainer, backported now. Regards, Yann.

Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Yann Ylavic
On Mon, Mar 23, 2020 at 6:11 PM Ruediger Pluem wrote: > > On 3/23/20 2:48 PM, Ruediger Pluem wrote: > > > > > > On 3/23/20 2:44 PM, Rainer Jung wrote: > >> The dependency on SSL_CTX_get_min_proto_version() and > >> SSL_CTX_get_max_proto_version() was introduced in October by Yann's > >>

Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Ruediger Pluem
On 3/23/20 2:48 PM, Ruediger Pluem wrote: > > > On 3/23/20 2:44 PM, Rainer Jung wrote: >> The dependency on SSL_CTX_get_min_proto_version() and >> SSL_CTX_get_max_proto_version() was introduced in October by Yann's >> "r1868645 mod_ssl: negotiate the TLS protocol version per name based vhost

Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Rainer Jung
Thanks for the feedback. Proposed for 2.4.x a minute ago. Am 23.03.2020 um 14:48 schrieb Ruediger Pluem: On 3/23/20 2:44 PM, Rainer Jung wrote: The dependency on SSL_CTX_get_min_proto_version() and SSL_CTX_get_max_proto_version() was introduced in October by Yann's "r1868645 mod_ssl:

Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Ruediger Pluem
On 3/23/20 2:44 PM, Rainer Jung wrote: > The dependency on SSL_CTX_get_min_proto_version() and > SSL_CTX_get_max_proto_version() was introduced in October by Yann's > "r1868645 mod_ssl: negotiate the TLS protocol version per name based vhost > configuration". > > Although the set variants

Re: svn commit: r1875544 - /httpd/httpd/trunk/modules/ssl/ssl_engine_kernel.c

2020-03-23 Thread Rainer Jung
The dependency on SSL_CTX_get_min_proto_version() and SSL_CTX_get_max_proto_version() was introduced in October by Yann's "r1868645 mod_ssl: negotiate the TLS protocol version per name based vhost configuration". Although the set variants are available in 1.1.0, the set were added later in