From: Frederik Wedel-Heinen Date: Wed, 31 Jan 2024 07:39:10 +0000 (+0100) Subject: Don't use dtls proxy on windows. X-Git-Tag: openssl-3.3.0-alpha1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe3029a14ff2d4898c23db7abd82388358e3bdeb;p=thirdparty%2Fopenssl.git Don't use dtls proxy on windows. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23319) --- diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t index 2a4e64c50e..f3cbe09a44 100644 --- a/test/recipes/70-test_sslrecords.t +++ b/test/recipes/70-test_sslrecords.t @@ -66,6 +66,7 @@ SKIP: { SKIP: { skip "DTLS 1.2 is disabled", 21 if disabled("dtls1_2"); + skip "DTLSProxy does not work on Windows", 21 if $^O =~ /^(MSWin32)$/; # Run tests with DTLS $dtlsproxy = TLSProxy::Proxy->new_dtls( \&add_empty_recs_filter,