my $test_name = "test_sslcertstatus";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
my $test_name = "test_sslextension";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
my $test_name = "test_sslsessiontick";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
my $test_name = "test_sslskewith0p";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
my $test_name = "test_sslextension";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }
my $test_name = "test_tlsextms";
setup($test_name);
+plan skip_all => "TLSProxy isn't usable on $^O"
+ if $^O =~ /^VMS$/;
+
plan skip_all => "$test_name can only be performed with OpenSSL configured shared"
unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ }
grep { /^SHARED_LIBS=/ }