]> git.ipfire.org Git - thirdparty/openssl.git/commit
Adds a workaround for false negative test results with TLSProxy
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Thu, 27 Feb 2025 06:11:18 +0000 (07:11 +0100)
committerFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Thu, 27 Feb 2025 06:12:37 +0000 (07:12 +0100)
commit374768c6cfeff0def073ccd4bc2a85c2a92ecdbf
treea07f7905dfe41904980e0b04021bb4b32ca06714
parent0c37be3a7cc318fdeb23d65d2491ffaa5b1ac86e
Adds a workaround for false negative test results with TLSProxy

The server is not able to shut down correctly
when the client sends an alert in epoch 0 and the
server has sent its Finished message.
As a workaround we accept a bad exit code for a failing
DTLS test run.

Fixes #26915

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26922)
util/perl/TLSProxy/Proxy.pm