]> granicus.if.org Git - libevent/commit
OpenSSL 3 fixes: Disable TLS 1.3 when testing renegotiation support
authorPeter Edwards <peadar@arista.com>
Mon, 27 Jun 2022 21:41:47 +0000 (22:41 +0100)
committerPeter Edwards <peadar@arista.com>
Mon, 27 Jun 2022 22:10:15 +0000 (23:10 +0100)
commit187f6b913b38a0cd5a0d9775f794fdf02c105953
tree9c611ae7198373080190d8a48e1918e42c6bd836
parente563c9b20616c40b7cd57165eb91171b6619346b
OpenSSL 3 fixes: Disable TLS 1.3 when testing renegotiation support

TLS 1.3 does not support renegotation - it has been removed from the
protocol. Disable TLS 1.3 when testing this, so we negotiate an older
protocol version
test/regress_openssl.c
test/regress_ssl.c