mod_ssl: disable check for client initiated renegotiations with TLS 1.3.
authorYann Ylavic <ylavic@apache.org>
Fri, 15 Jun 2018 11:12:19 +0000 (11:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 15 Jun 2018 11:12:19 +0000 (11:12 +0000)
commit35ca22d231f30107aff092222476d93f1a555c71
treeea83b0335ba4e5a17b97f67263cd92aed25b65e7
parente6c090ea5a29117f867f2cff06bd99602ce9b356
mod_ssl: disable check for client initiated renegotiations with TLS 1.3.

This is already forbidden by the protocol, enforced by OpenSSL, and the
current logic can't work (ssl_callback_Info() may be called multiple times
with TLS 1.3).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833588 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c