X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F70-test_tls13psk.t;h=bd2508dfa741bcda9cca4c91a9340cbcbc941d7e;hp=23767f9cafceceb795b1b00124f70f7d9b032d47;hb=2c9def25b1948f5f231b1acc15c060d9c2264816;hpb=964f2788908e19b4faf370eb99652367672374e7 diff --git a/test/recipes/70-test_tls13psk.t b/test/recipes/70-test_tls13psk.t index 23767f9caf..bd2508dfa7 100644 --- a/test/recipes/70-test_tls13psk.t +++ b/test/recipes/70-test_tls13psk.t @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. # # Licensed under the OpenSSL license (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy @@ -16,7 +16,7 @@ my $test_name = "test_tls13psk"; setup($test_name); plan skip_all => "TLSProxy isn't usable on $^O" - if $^O =~ /^(VMS|MSWin32)$/; + if $^O =~ /^(VMS)$/; plan skip_all => "$test_name needs the dynamic engine feature enabled" if disabled("engine") || disabled("dynamic-engine"); @@ -48,6 +48,7 @@ use constant { #Test 1: First get a session (undef, my $session) = tempfile(); $proxy->clientflags("-sess_out ".$session); +$proxy->serverflags("-servername localhost"); $proxy->sessionfile($session); $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; plan tests => 5;