]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable server address validation for resumption test
authorNeil Horman <nhorman@openssl.org>
Thu, 23 Jan 2025 18:55:13 +0000 (13:55 -0500)
committerNeil Horman <nhorman@openssl.org>
Sat, 25 Jan 2025 14:07:37 +0000 (09:07 -0500)
commit53bf3042db68abcdcbb620d17ab03ad9b18a54ec
treef3514d9d8ed83632690efc8f16c3eda2565b75b0
parentf35c3ed4c3d41c4d8a667932502348ba7a1c16a5
Disable server address validation for resumption test

The quic-interop runner expects a handshake message and certificate
exchange in the first 3 frames in this test.  The addition of server
address validation retry frames causes the test to fail.  Strictly
speaking this is a shortcoming of the test, but disabling address
validation allows the test to pass, and we have the mechanism, so
disable the feature.

Fixes openssl/project#1061

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