comparison ssl_certificates.t @ 1400:94bcad5611af

Tests: skip OCSP stapling and multiple cert tests with BoringSSL.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 19 Nov 2018 19:28:15 +0300
parents d3d2aabe16dd
children 8c764fd93b5e
comparison
equal deleted inserted replaced
1399:de181159f279 1400:94bcad5611af
30 Net::SSLeay::SSLeay(); 30 Net::SSLeay::SSLeay();
31 }; 31 };
32 plan(skip_all => 'Net::SSLeay not installed or too old') if $@; 32 plan(skip_all => 'Net::SSLeay not installed or too old') if $@;
33 33
34 my $t = Test::Nginx->new()->has(qw/http http_ssl/)->has_daemon('openssl'); 34 my $t = Test::Nginx->new()->has(qw/http http_ssl/)->has_daemon('openssl');
35
36 plan(skip_all => 'no multiple certificates') if $t->has_module('BoringSSL');
35 37
36 $t->write_file_expand('nginx.conf', <<'EOF'); 38 $t->write_file_expand('nginx.conf', <<'EOF');
37 39
38 %%TEST_GLOBALS%% 40 %%TEST_GLOBALS%%
39 41