]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Don't use dtls proxy on windows.
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Wed, 31 Jan 2024 07:39:10 +0000 (08:39 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Feb 2024 08:16:56 +0000 (08:16 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23319)

test/recipes/70-test_sslrecords.t

index 2a4e64c50ece687313f2370797f37d6e408fd8cd..f3cbe09a448828bfa1ffbe3700a72fa49365fc23 100644 (file)
@@ -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,