]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable address validation for throughput test
authorNeil Horman <nhorman@openssl.org>
Tue, 17 Dec 2024 15:54:47 +0000 (10:54 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commit70bb3e9c96ab9b9af40b810aa4df62891d88ea13
treef3dcd5f77827f475d8041fcd2fb17df7962d32fb
parent8feededade87fd90267e3364078c4c2dd25c3909
Disable address validation for throughput test

The multiplexing test using quiche as a client seems to get confused
when server address validation is enabled.  specifically it writes the
wrong keys into its keylog file, causing the test to fail when tshark
can't decode the tls connection that is established.  Fix it by
disabling address validation for the multiplexing/transfer test

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26198)
test/quic-openssl-docker/run_endpoint.sh