]> 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>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commitfcd8f8f7ddc5ee8fdd7418cfe35542ffc6beee68
treef465899cab97e369439842436267bce4e33005e2
parenta99c76d94cc4744f94cfbe16cb9e465f9bf35582
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